1
0
forked from baron/baron-sso

스테이징용 도커 템플릿

This commit is contained in:
2026-02-06 15:53:36 +09:00
parent ce5255346c
commit a87f1d2ce9
2 changed files with 125 additions and 1 deletions

View File

@@ -68,7 +68,6 @@ jobs:
"DB_PASSWORD=${{ secrets.STG_DB_PASSWORD }}" \
"DB_NAME=${{ vars.DB_NAME }}" \
"COOKIE_SECRET=${{ secrets.STG_COOKIE_SECRET }}" \
"JWT_SECRET=${{ secrets.STG_JWT_SECRET }}" \
"REDIS_ADDR=${{ vars.REDIS_ADDR }}" \
"CORS_ALLOWED_ORIGINS=${{ vars.CORS_ALLOWED_ORIGINS }}" \
"AUDIT_WORKER_COUNT=5" \