mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -6,7 +6,6 @@ services:
|
||||
- "8200:8200"
|
||||
volumes:
|
||||
- data:/vault/data
|
||||
- config:/vault/config
|
||||
environment:
|
||||
VAULT_LOCAL_CONFIG: |
|
||||
{
|
||||
@@ -22,10 +21,11 @@ services:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
|
||||
configs:
|
||||
- source: vault_hcl
|
||||
target: /vault/config/vault.hcl
|
||||
volumes:
|
||||
data:
|
||||
config:
|
||||
networks:
|
||||
vault-net:
|
||||
driver: overlay
|
||||
Reference in New Issue
Block a user