From 880287088fdce76625f0434c914b5319ace3851c Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 9 Feb 2026 13:56:48 +0900 Subject: [PATCH] =?UTF-8?q?oathkeeper=20=EC=9D=B4=EB=A6=84=20=ED=86=B5?= =?UTF-8?q?=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/compose.ory.yaml | 2 +- docker/docker-compose.staging.template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/compose.ory.yaml b/docker/compose.ory.yaml index f5f71a25..3b89401d 100644 --- a/docker/compose.ory.yaml +++ b/docker/compose.ory.yaml @@ -91,7 +91,7 @@ services: # [수정됨] Oathkeeper 서비스 추가 (Backend 연결 문제 해결) oathkeeper: image: oryd/oathkeeper:${OATHKEEPER_VERSION:-v0.40.6} - container_name: ory_oathkeeper + container_name: oathkeeper restart: unless-stopped depends_on: kratos: diff --git a/docker/docker-compose.staging.template.yaml b/docker/docker-compose.staging.template.yaml index 1416f761..af74ecd5 100644 --- a/docker/docker-compose.staging.template.yaml +++ b/docker/docker-compose.staging.template.yaml @@ -37,7 +37,7 @@ services: ports: - "${BACKEND_PORT:-3000}:3000" depends_on: - ory_oathkeeper: + oathkeeper: condition: service_healthy infra_check: condition: service_started