From 2ca612da7fab92618138bd9fb5f78f68f44bdfa4 Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 9 Feb 2026 14:32:52 +0900 Subject: [PATCH] =?UTF-8?q?oathkeeper=20url=20r=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose.staging.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.staging.template.yaml b/docker/docker-compose.staging.template.yaml index af74ecd5..a85f5b30 100644 --- a/docker/docker-compose.staging.template.yaml +++ b/docker/docker-compose.staging.template.yaml @@ -32,7 +32,7 @@ services: # [추가] Oathkeeper URL 명시 (DNS 문제 해결) #- OATHKEEPER_API_URL=${OATHKEEPER_API_URL:-http://ory_oathkeeper:4456} - - OATHKEEPER_API_URL=http://ory_oathkeeper:4456 + - OATHKEEPER_API_URL=http://oathkeeper:4456 - PROFILE_CACHE_TTL="${PROFILE_CACHE_TTL:-30m}" ports: - "${BACKEND_PORT:-3000}:3000"