forked from baron/baron-sso
Fix production compose internal service ports
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user