From cf04cb7f7466a6f2a5807ff47b55c2a024ee22a1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 12 Dec 2025 15:57:16 +0100 Subject: [PATCH] build --- __swarm/hashicorp/hashicorp-swarm.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/__swarm/hashicorp/hashicorp-swarm.yml b/__swarm/hashicorp/hashicorp-swarm.yml index 65b11b7..59434ca 100644 --- a/__swarm/hashicorp/hashicorp-swarm.yml +++ b/__swarm/hashicorp/hashicorp-swarm.yml @@ -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: