Skip to content

Commit b4d6126

Browse files
authored
refactor(vault): remove hardcoded dependency on vault (#208)
2 parents d110202 + 76ac438 commit b4d6126

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compose.override.production.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ services:
1818
env_file:
1919
- ./.envs/.production/.django
2020
- ./.envs/.production/.postgres
21-
- /etc/vault.d/secrets/kv_root_security.env
21+
- path: '/etc/vault.d/secrets/kv_root_security.env'
22+
required: false
2223
volumes:
2324
- ./staticfiles:/staticfiles
2425
healthcheck:

0 commit comments

Comments
 (0)