Custom HC Vault image

This commit is contained in:
2026-05-12 09:15:10 -04:00
parent 9de901e108
commit b8b6777312
+3 -2
View File
@@ -6520,6 +6520,9 @@ services:
target: /etc/localtime target: /etc/localtime
type: bind type: bind
vault: vault:
build:
context: .
dockerfile: HCVaultDockerfile-bugfix
cap_add: cap_add:
- IPC_LOCK - IPC_LOCK
command: command:
@@ -6550,10 +6553,8 @@ services:
ports: ports:
- 8200:8200 - 8200:8200
- 8250:8250 - 8250:8250
privileged: true
profiles: ["rinoa-apps"] profiles: ["rinoa-apps"]
restart: unless-stopped restart: unless-stopped
user: root
volumes: volumes:
- ${DOCKER_VOLUME_CONFIG}/hashicorp-vault/config/:/vault/config - ${DOCKER_VOLUME_CONFIG}/hashicorp-vault/config/:/vault/config
- ${DOCKER_VOLUME_CONFIG}/hashicorp-vault/logs/:/vault/logs - ${DOCKER_VOLUME_CONFIG}/hashicorp-vault/logs/:/vault/logs