forked from baron/baron-sso
depends_on 조정
This commit is contained in:
@@ -31,12 +31,14 @@ services:
|
|||||||
- HYDRA_PUBLIC_URL="${HYDRA_PUBLIC_URL:-http://ory_hydra:4444}"
|
- HYDRA_PUBLIC_URL="${HYDRA_PUBLIC_URL:-http://ory_hydra:4444}"
|
||||||
|
|
||||||
# [추가] Oathkeeper URL 명시 (DNS 문제 해결)
|
# [추가] Oathkeeper URL 명시 (DNS 문제 해결)
|
||||||
- OATHKEEPER_API_URL=${OATHKEEPER_API_URL:-http://ory_oathkeeper:4456}
|
#- OATHKEEPER_API_URL=${OATHKEEPER_API_URL:-http://ory_oathkeeper:4456}
|
||||||
|
- OATHKEEPER_API_URL=http://ory_oathkeeper:4456
|
||||||
- PROFILE_CACHE_TTL="${PROFILE_CACHE_TTL:-30m}"
|
- PROFILE_CACHE_TTL="${PROFILE_CACHE_TTL:-30m}"
|
||||||
ports:
|
ports:
|
||||||
- "${BACKEND_PORT:-3000}:3000"
|
- "${BACKEND_PORT:-3000}:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
ory_oathkeeper:
|
||||||
|
condition: service_healthy
|
||||||
infra_check:
|
infra_check:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user