bind ports to localhost
This commit is contained in:
@@ -48,8 +48,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
expose:
|
ports:
|
||||||
- "8080"
|
- "127.0.0.1:8081:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- zitadel_data:/app/data
|
- zitadel_data:/app/data
|
||||||
- zitadel_secrets:/zitadel-secrets
|
- zitadel_secrets:/zitadel-secrets
|
||||||
@@ -70,8 +70,8 @@ services:
|
|||||||
ZITADEL_LOGIN_CLIENT_TOKEN_FILE: ${ZITADEL_LOGIN_CLIENT_TOKEN_FILE}
|
ZITADEL_LOGIN_CLIENT_TOKEN_FILE: ${ZITADEL_LOGIN_CLIENT_TOKEN_FILE}
|
||||||
SESSION_SECRET: ${SESSION_SECRET}
|
SESSION_SECRET: ${SESSION_SECRET}
|
||||||
AUTH_DEBUG: ${AUTH_DEBUG}
|
AUTH_DEBUG: ${AUTH_DEBUG}
|
||||||
expose:
|
ports:
|
||||||
- "3000"
|
- "127.0.0.1:3001:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- zitadel
|
- zitadel
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user