We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566642a commit 605d256Copy full SHA for 605d256
1 file changed
compose.localbeam.yaml
@@ -1,14 +1,19 @@
1
services:
2
vault:
3
- image: hashicorp/vault:1.21
+ image: hashicorp/vault:latest
4
+ cap_add:
5
+ - IPC_LOCK
6
environment:
7
VAULT_DEV_ROOT_TOKEN_ID: token123
8
healthcheck:
9
test: VAULT_ADDR=http://localhost:8200 vault status
10
start_period: 1m
11
12
pki-setup:
13
14
15
16
+ user: root
17
depends_on:
18
19
condition: service_healthy
0 commit comments