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