Skip to content

Commit 605d256

Browse files
committed
Unpin Vault version
1 parent 566642a commit 605d256

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

compose.localbeam.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
services:
22
vault:
3-
image: hashicorp/vault:1.21
3+
image: hashicorp/vault:latest
4+
cap_add:
5+
- IPC_LOCK
46
environment:
57
VAULT_DEV_ROOT_TOKEN_ID: token123
68
healthcheck:
79
test: VAULT_ADDR=http://localhost:8200 vault status
810
start_period: 1m
911

1012
pki-setup:
11-
image: hashicorp/vault:1.21
13+
image: hashicorp/vault:latest
14+
cap_add:
15+
- IPC_LOCK
16+
user: root
1217
depends_on:
1318
vault:
1419
condition: service_healthy

0 commit comments

Comments
 (0)