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:
parent
7df9dc66df
commit
d1ac10ceb5
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue