Custom HC Vault image
This commit is contained in:
+3
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user