From 561ae56cbb358a83b9ce5afe6083d78b1366690b Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 9 Feb 2026 13:52:05 +0900 Subject: [PATCH] =?UTF-8?q?depends=5Fon=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose.staging.template.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.staging.template.yaml b/docker/docker-compose.staging.template.yaml index dc9f8048..1416f761 100644 --- a/docker/docker-compose.staging.template.yaml +++ b/docker/docker-compose.staging.template.yaml @@ -31,12 +31,14 @@ services: - HYDRA_PUBLIC_URL="${HYDRA_PUBLIC_URL:-http://ory_hydra:4444}" # [추가] 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}" ports: - "${BACKEND_PORT:-3000}:3000" depends_on: + ory_oathkeeper: + condition: service_healthy infra_check: condition: service_started networks: