Skip to content

Commit

Permalink
remove TLS from devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Oct 15, 2024
1 parent 786b869 commit b8bc4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
environment:
VAULT_ADDR: https://vault:8200
VAULT_ADDR: http://vault:8200
VAULT_TOKEN: root_token
VAULT_CREATE_ROOT: true
VAULT_ROOT_CA_MOUNT: pki
Expand All @@ -37,7 +37,7 @@ services:
{
"tcp": {
"address": "0.0.0.0:8443",
"tls_disable": "0",
"tls_disable": "1",
"tls_cert_file": "/vault/cert/vault.pem",
"tls_key_file": "/vault/cert/vault.key"
}
Expand Down

0 comments on commit b8bc4d5

Please sign in to comment.