1
0
forked from baron/baron-sso

Fix production compose internal service ports

This commit is contained in:
2026-06-22 18:17:11 +09:00
parent a462fd5df3
commit aadc062781
2 changed files with 8 additions and 0 deletions

View File

@@ -282,8 +282,10 @@ services:
- KETO_READ_URL=${KETO_READ_URL:-http://keto:4466}
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
- DB_HOST=postgres
- DB_PORT=5432
- REDIS_ADDR=redis:6379
- CLICKHOUSE_HOST=clickhouse
- CLICKHOUSE_PORT_NATIVE=9000
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
ports:
- "${BACKEND_PORT}:${BACKEND_PORT}"
@@ -312,6 +314,8 @@ services:
networks:
- app_net
- traefik_public
depends_on:
backend: { condition: service_started }
adminfront:
image: ${ADMINFRONT_IMAGE_NAME}:${IMAGE_TAG}

View File

@@ -282,8 +282,10 @@ services:
- KETO_READ_URL=${KETO_READ_URL:-http://keto:4466}
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
- DB_HOST=postgres
- DB_PORT=5432
- REDIS_ADDR=redis:6379
- CLICKHOUSE_HOST=clickhouse
- CLICKHOUSE_PORT_NATIVE=9000
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
ports:
- "${BACKEND_PORT}:${BACKEND_PORT}"
@@ -315,6 +317,8 @@ services:
networks:
- app_net
- traefik_public
depends_on:
backend: { condition: service_started }
adminfront:
build: