We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258b396 commit 65078b7Copy full SHA for 65078b7
1 file changed
installer/types/compose.go
@@ -606,6 +606,7 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
606
},
607
Environment: []string{
608
"INTERNAL_KEY=" + conf.InternalKey,
609
+ "ENCRYPTION_KEY=" + conf.InternalKey,
610
"BACKEND_URL=http://backend:8080",
611
"ENV=" + conf.Branch,
612
"OPENSEARCH_HOST=node1",
0 commit comments