Disable tls for listener
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-11 16:34:19 +01:00
parent b23bd36c29
commit fec3bcd01c

View File

@ -13,7 +13,7 @@ ExecStartPre=-/usr/bin/docker rm vault
ExecStartPre=-/usr/bin/docker pull vault:latest
ExecStart=/usr/bin/docker run \
-e VAULT_DISABLE_MLOCK=true \
-e 'VAULT_LOCAL_CONFIG={"backend": {"file": {"path": "/vault/file"}}, "listener": [{"tcp":{"address": "0.0.0.0:8200"}}], "default_lease_ttl": "168h", "max_lease_ttl": "720h", "ui": "true"}' \
-e 'VAULT_LOCAL_CONFIG={"backend": {"file": {"path": "/vault/file"}}, "listener": [{"tcp":{"address": "0.0.0.0:8200", "tls_disable": "true"}}], "default_lease_ttl": "168h", "max_lease_ttl": "720h", "ui": "true"}' \
-e "VAULT_API_ADDR=https://vault.t-juice.club" \
-l "traefik.enable=true" \
-l "traefik.http.routers.vault.rule=Host(`vault.t-juice.club`)" \