1
0
forked from baron/baron-sso
This commit is contained in:
2026-02-09 11:26:15 +09:00
parent 7f0a44e4ee
commit eb34d387ad

View File

@@ -31,7 +31,7 @@ services:
- KRATOS_SELFSERVICE_ALLOWED_RETURN_URLS='["${KRATOS_UI_URL:-http://localhost:5000}","${USERFRONT_URL:-http://localhost:5000}"]'
volumes:
- ./docker/ory/kratos:/etc/config/kratos
command: migrate sql up -c /etc/config/kratos/kratos.yml --yes
command: migrate sql up -e -c /etc/config/kratos/kratos.yml --yes
depends_on:
postgres_ory:
condition: service_healthy