Custom HC Vault image
This commit is contained in:
+3
-2
@@ -6520,6 +6520,9 @@ services:
|
||||
target: /etc/localtime
|
||||
type: bind
|
||||
vault:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: HCVaultDockerfile-bugfix
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
command:
|
||||
@@ -6550,10 +6553,8 @@ services:
|
||||
ports:
|
||||
- 8200:8200
|
||||
- 8250:8250
|
||||
privileged: true
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: unless-stopped
|
||||
user: root
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_CONFIG}/hashicorp-vault/config/:/vault/config
|
||||
- ${DOCKER_VOLUME_CONFIG}/hashicorp-vault/logs/:/vault/logs
|
||||
|
||||
Reference in New Issue
Block a user