1
0
forked from baron/baron-sso

DSN 따옴표 제거 및 --dev 플래그 제거

This commit is contained in:
2026-02-06 17:31:46 +09:00
parent d3072aceca
commit 29c5c3f0cf
2 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ services:
- KRATOS_SELFSERVICE_FLOWS_LOGOUT_AFTER_DEFAULT_BROWSER_RETURN_URL=${KRATOS_UI_URL:-http://localhost:5000}/login
volumes:
- ./docker/ory/kratos:/etc/config/kratos
command: migrate sql -c /etc/config/kratos/kratos.yml --yes
command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes
depends_on:
postgres_ory:
condition: service_healthy