mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 02:14:54 +01:00
build
This commit is contained in:
@@ -4,9 +4,9 @@ services:
|
|||||||
command: server -config=/vault/config/vault.hcl
|
command: server -config=/vault/config/vault.hcl
|
||||||
volumes:
|
volumes:
|
||||||
- data:/vault/data
|
- data:/vault/data
|
||||||
# configs:
|
configs:
|
||||||
# - source: vault_hcl
|
- source: vault_hcl
|
||||||
# target: /vault/config/vault.hcl
|
target: /vault/config/vault.hcl
|
||||||
environment:
|
environment:
|
||||||
VAULT_LOCAL_CONFIG: |
|
VAULT_LOCAL_CONFIG: |
|
||||||
{
|
{
|
||||||
@@ -24,9 +24,9 @@ services:
|
|||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
|
|
||||||
# configs:
|
configs:
|
||||||
# vault_hcl:
|
vault_hcl:
|
||||||
# external: true
|
external: true
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user