mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 16:57:23 +00:00
chore: set tleMode disabled in docker compose (#3865)
This commit is contained in:
parent
ed5721d39e
commit
3bea2bcffb
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user