chore: set tleMode disabled in docker compose (#3865)

This commit is contained in:
Silvan 2022-06-24 18:38:13 +02:00 committed by GitHub
parent ed5721d39e
commit 3bea2bcffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,10 @@ services:
restart: always restart: always
networks: networks:
- zitadel - zitadel
image: ghcr.io/zitadel/zitadel:v2.0.0-v2-alpha.17-amd64 image: ghcr.io/zitadel/zitadel:v2.0.0-v2-alpha.32-amd64
command: admin start-from-init --masterkey "MasterkeyNeedsToHave32Characters" command: admin start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled
environment: environment:
- ZITADEL_DATABASE_HOST=db - ZITADEL_DATABASE_HOST=db
- ZITADEL_EXTERNALSECURE=false
- ZITADEL_DEFAULTINSTANCE_CUSTOMDOMAIN=localhost - ZITADEL_DEFAULTINSTANCE_CUSTOMDOMAIN=localhost
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/debug"] test: ["CMD", "curl", "-f", "http://localhost:8080/debug"]