This commit is contained in:
2025-12-12 15:57:16 +01:00
parent c835e3fbea
commit cf04cb7f74

View File

@@ -6,6 +6,9 @@ services:
- "8200:8200"
volumes:
- data:/vault/data
configs:
- source: vault_hcl
target: /vault/config/vault.hcl
environment:
VAULT_LOCAL_CONFIG: |
{
@@ -21,10 +24,10 @@ services:
placement:
constraints:
- node.role == manager
configs:
- source: vault_hcl
target: /vault/config/vault.hcl
configs:
vault_hcl:
external: true
volumes:
data:
networks: