bind ports to localhost

This commit is contained in:
Codex
2026-05-01 19:13:04 +03:00
parent 6b91afe300
commit 54b0f07794

View File

@@ -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: