1
0
forked from baron/baron-sso

oathkeeper url r고정

This commit is contained in:
2026-02-09 14:32:52 +09:00
parent 0e88bc3986
commit 2ca612da7f

View File

@@ -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"