mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
revoke docker-compose changes
This commit is contained in:
parent
2fff630228
commit
dfd6e99404
1 changed files with 20 additions and 20 deletions
|
|
@ -8,26 +8,26 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8200:8200
|
- 8200:8200
|
||||||
privileged: true
|
privileged: true
|
||||||
# vault-enterprise:
|
vault-enterprise:
|
||||||
# image: hashicorp/vault-enterprise:latest
|
image: hashicorp/vault-enterprise:latest
|
||||||
# environment:
|
environment:
|
||||||
# VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
||||||
# VAULT_LICENSE: ${VAULT_LICENSE_CI}
|
VAULT_LICENSE: ${VAULT_LICENSE_CI}
|
||||||
# ports:
|
ports:
|
||||||
# - 8200:8200
|
- 8200:8200
|
||||||
# privileged: true
|
privileged: true
|
||||||
# vault-tls:
|
vault-tls:
|
||||||
# image: hashicorp/vault:latest
|
image: hashicorp/vault:latest
|
||||||
# hostname: vault-tls
|
hostname: vault-tls
|
||||||
# environment:
|
environment:
|
||||||
# VAULT_CAPATH: /etc/vault/ca.crt
|
VAULT_CAPATH: /etc/vault/ca.crt
|
||||||
# ports:
|
ports:
|
||||||
# - 8200:8200
|
- 8200:8200
|
||||||
# privileged: true
|
privileged: true
|
||||||
# volumes:
|
volumes:
|
||||||
# - ${PWD}/integrationTests/e2e-tls/configs:/etc/vault
|
- ${PWD}/integrationTests/e2e-tls/configs:/etc/vault
|
||||||
# - vault-data:/var/lib/vault:rw
|
- vault-data:/var/lib/vault:rw
|
||||||
# entrypoint: vault server -config=/etc/vault/config.hcl
|
entrypoint: vault server -config=/etc/vault/config.hcl
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
vault-data:
|
vault-data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue