chore: backup automatically

This commit is contained in:
Elio Bischof
2023-05-23 18:40:58 +02:00
parent 06a4cfe388
commit 5748aab4d4
4 changed files with 31 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
zitadel:
user: '$UID'
user: '${ZITADEL_DEV_UID}'
image: '${ZITADEL_IMAGE:-ghcr.io/zitadel/zitadel:latest}'
command: 'start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled --config /zitadel.yaml --steps /zitadel.yaml'
ports:
@@ -34,7 +34,7 @@ services:
- zitadel
setup:
user: '$UID'
user: '${ZITADEL_DEV_UID}'
container_name: setup
build: .
environment: