1
0
forked from baron/baron-sso

Oathkeeper 명시적 URL

This commit is contained in:
2026-02-09 14:27:05 +09:00
parent 880287088f
commit c7c4eb1b82

View File

@@ -73,7 +73,7 @@ jobs:
USERFRONT_PORT=${{ vars.USERFRONT_PORT }}
# [추가] Oathkeeper 명시적 URL (컨테이너 이름 사용)
OATHKEEPER_API_URL=http://ory_oathkeeper:4456
OATHKEEPER_API_URL=http://oathkeeper:4456
DB_USER=${{ vars.DB_USER }}