1
0
forked from baron/baron-sso

oathkeeper 이름 통일

This commit is contained in:
2026-02-09 13:56:48 +09:00
parent 561ae56cbb
commit 880287088f
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ services:
# [수정됨] Oathkeeper 서비스 추가 (Backend 연결 문제 해결) # [수정됨] Oathkeeper 서비스 추가 (Backend 연결 문제 해결)
oathkeeper: oathkeeper:
image: oryd/oathkeeper:${OATHKEEPER_VERSION:-v0.40.6} image: oryd/oathkeeper:${OATHKEEPER_VERSION:-v0.40.6}
container_name: ory_oathkeeper container_name: oathkeeper
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
kratos: kratos:

View File

@@ -37,7 +37,7 @@ services:
ports: ports:
- "${BACKEND_PORT:-3000}:3000" - "${BACKEND_PORT:-3000}:3000"
depends_on: depends_on:
ory_oathkeeper: oathkeeper:
condition: service_healthy condition: service_healthy
infra_check: infra_check:
condition: service_started condition: service_started