12
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2026-05-14 04:20:33 +00:00

fix: Add vault-enterprise service to docker-compose

This commit is contained in:
ilario-entregas 2026-04-24 11:50:50 -03:00 committed by GitHub
parent 7df9dc66df
commit d1ac10ceb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,13 @@ services:
ports:
- 8200:8200
privileged: true
vault-enterprise:
image: hashicorp/vault-enterprise:latest
environment:
VAULT_DEV_ROOT_TOKEN_ID: testtoken
VAULT_LICENSE: ${VAULT_LICENSE_CI}
ports:
- 8200:8200
vault-tls:
image: hashicorp/vault:latest
hostname: vault-tls