Skip to content

Commit

Permalink
revoke docker-compose changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoonover committed Nov 5, 2023
1 parent 2fff630 commit dfd6e99
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ 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
# privileged: true
# vault-tls:
# image: hashicorp/vault:latest
# hostname: vault-tls
# environment:
# VAULT_CAPATH: /etc/vault/ca.crt
# ports:
# - 8200:8200
# privileged: true
# volumes:
# - ${PWD}/integrationTests/e2e-tls/configs:/etc/vault
# - vault-data:/var/lib/vault:rw
# entrypoint: vault server -config=/etc/vault/config.hcl
vault-enterprise:
image: hashicorp/vault-enterprise:latest
environment:
VAULT_DEV_ROOT_TOKEN_ID: testtoken
VAULT_LICENSE: ${VAULT_LICENSE_CI}
ports:
- 8200:8200
privileged: true
vault-tls:
image: hashicorp/vault:latest
hostname: vault-tls
environment:
VAULT_CAPATH: /etc/vault/ca.crt
ports:
- 8200:8200
privileged: true
volumes:
- ${PWD}/integrationTests/e2e-tls/configs:/etc/vault
- vault-data:/var/lib/vault:rw
entrypoint: vault server -config=/etc/vault/config.hcl

volumes:
vault-data:

0 comments on commit dfd6e99

Please sign in to comment.