This commit is contained in:
2025-12-12 16:25:04 +01:00
parent 4f7c3a285c
commit 4e1dcb5009

View File

@@ -4,9 +4,9 @@ services:
command: server -config=/vault/config/vault.hcl
volumes:
- data:/vault/data
# configs:
# - source: vault_hcl
# target: /vault/config/vault.hcl
configs:
- source: vault_hcl
target: /vault/config/vault.hcl
environment:
VAULT_LOCAL_CONFIG: |
{
@@ -24,9 +24,9 @@ services:
constraints:
- node.role == manager
# configs:
# vault_hcl:
# external: true
configs:
vault_hcl:
external: true
volumes:
data:
networks: