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