forked from baron/baron-sso
oathkeeper 이름 통일
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
ports:
|
||||
- "${BACKEND_PORT:-3000}:3000"
|
||||
depends_on:
|
||||
ory_oathkeeper:
|
||||
oathkeeper:
|
||||
condition: service_healthy
|
||||
infra_check:
|
||||
condition: service_started
|
||||
|
||||
Reference in New Issue
Block a user