This commit is contained in:
2025-12-12 16:32:23 +01:00
parent 4e1dcb5009
commit e986f77d26

View File

@@ -10,13 +10,20 @@ services:
environment: environment:
VAULT_LOCAL_CONFIG: | VAULT_LOCAL_CONFIG: |
{ {
"ui": true "backend": {
"file": {
"path": "/vault/file"
}
},
"listener": {
"tcp": {
"address": "0.0.0.0:8200",
"tls_disable": 1
}
},
"disable_mlock": true
} }
VAULT_API_ADDR: "http://192.168.77.101:8200" # VAULT_API_ADDR: "http://192.168.77.101:8200"
cap_add:
- IPC_LOCK
networks:
- vault-net
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1
@@ -29,6 +36,3 @@ configs:
external: true external: true
volumes: volumes:
data: data:
networks:
vault-net:
driver: overlay