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_READ_URL=${KETO_READ_URL:-http://keto:4466}
|
||||||
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
|
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
|
||||||
- DB_HOST=postgres
|
- DB_HOST=postgres
|
||||||
|
- DB_PORT=5432
|
||||||
- REDIS_ADDR=redis:6379
|
- REDIS_ADDR=redis:6379
|
||||||
- CLICKHOUSE_HOST=clickhouse
|
- CLICKHOUSE_HOST=clickhouse
|
||||||
|
- CLICKHOUSE_PORT_NATIVE=9000
|
||||||
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
|
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
|
||||||
ports:
|
ports:
|
||||||
- "${BACKEND_PORT}:${BACKEND_PORT}"
|
- "${BACKEND_PORT}:${BACKEND_PORT}"
|
||||||
@@ -312,6 +314,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- app_net
|
- app_net
|
||||||
- traefik_public
|
- traefik_public
|
||||||
|
depends_on:
|
||||||
|
backend: { condition: service_started }
|
||||||
|
|
||||||
adminfront:
|
adminfront:
|
||||||
image: ${ADMINFRONT_IMAGE_NAME}:${IMAGE_TAG}
|
image: ${ADMINFRONT_IMAGE_NAME}:${IMAGE_TAG}
|
||||||
|
|||||||
@@ -282,8 +282,10 @@ services:
|
|||||||
- KETO_READ_URL=${KETO_READ_URL:-http://keto:4466}
|
- KETO_READ_URL=${KETO_READ_URL:-http://keto:4466}
|
||||||
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
|
- KETO_WRITE_URL=${KETO_WRITE_URL:-http://keto:4467}
|
||||||
- DB_HOST=postgres
|
- DB_HOST=postgres
|
||||||
|
- DB_PORT=5432
|
||||||
- REDIS_ADDR=redis:6379
|
- REDIS_ADDR=redis:6379
|
||||||
- CLICKHOUSE_HOST=clickhouse
|
- CLICKHOUSE_HOST=clickhouse
|
||||||
|
- CLICKHOUSE_PORT_NATIVE=9000
|
||||||
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
|
- SEED_TENANT_CSV_PATH=/app/seed-tenant.csv
|
||||||
ports:
|
ports:
|
||||||
- "${BACKEND_PORT}:${BACKEND_PORT}"
|
- "${BACKEND_PORT}:${BACKEND_PORT}"
|
||||||
@@ -315,6 +317,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- app_net
|
- app_net
|
||||||
- traefik_public
|
- traefik_public
|
||||||
|
depends_on:
|
||||||
|
backend: { condition: service_started }
|
||||||
|
|
||||||
adminfront:
|
adminfront:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user