This commit is contained in:
2025-12-12 16:38:53 +01:00
parent e986f77d26
commit 42adb45e9f

View File

@@ -23,7 +23,11 @@ services:
}, },
"disable_mlock": true "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
@@ -36,3 +40,6 @@ configs:
external: true external: true
volumes: volumes:
data: data:
networks:
vault-net:
driver: overlay