We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d110202 + 76ac438 commit b4d6126Copy full SHA for b4d6126
1 file changed
compose.override.production.yml
@@ -18,7 +18,8 @@ services:
18
env_file:
19
- ./.envs/.production/.django
20
- ./.envs/.production/.postgres
21
- - /etc/vault.d/secrets/kv_root_security.env
+ - path: '/etc/vault.d/secrets/kv_root_security.env'
22
+ required: false
23
volumes:
24
- ./staticfiles:/staticfiles
25
healthcheck:
0 commit comments