Setzt auf lokales directory
This commit is contained in:
@@ -52,7 +52,7 @@ services:
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
volumes:
|
||||
- zitadel-data:/current-dir:delegated
|
||||
- .:/current-dir:delegated
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 3000:3000
|
||||
@@ -68,7 +68,7 @@ services:
|
||||
- ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat
|
||||
network_mode: service:zitadel
|
||||
volumes:
|
||||
- zitadel-data:/current-dir:ro
|
||||
- .:/current-dir:ro
|
||||
depends_on:
|
||||
zitadel:
|
||||
condition: service_healthy
|
||||
@@ -76,6 +76,3 @@ services:
|
||||
|
||||
networks:
|
||||
zitadel:
|
||||
|
||||
volumes:
|
||||
zitadel-data:
|
||||
|
||||
Reference in New Issue
Block a user