We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e5be commit e74d298Copy full SHA for e74d298
1 file changed
pkg/config/default-docker-compose.yml
@@ -176,6 +176,7 @@ services:
176
{{- if checkFlag $.DisableDependsOn }}{{ else }}
177
depends_on:
178
- redis
179
+ - postgres
180
{{- end }}
181
environment:
182
<< : *default-environment
@@ -243,6 +244,7 @@ services:
243
244
245
246
247
248
249
250
@@ -267,6 +269,7 @@ services:
267
269
- auth
268
270
- autoupdate
271
272
273
274
275
0 commit comments