forked from baron/baron-sso
oathkeeper 이름 통일
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user