From c7c4eb1b822c862fccf883a524ec2cdce7326eea Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 9 Feb 2026 14:27:05 +0900 Subject: [PATCH] =?UTF-8?q?Oathkeeper=20=EB=AA=85=EC=8B=9C=EC=A0=81=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/staging_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/staging_release.yml b/.gitea/workflows/staging_release.yml index e13d5543..87197e90 100644 --- a/.gitea/workflows/staging_release.yml +++ b/.gitea/workflows/staging_release.yml @@ -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 }}