1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

фикс авторизации7

This commit is contained in:
MoonTestUse1
2025-01-03 22:54:26 +06:00
parent 2cfbf48004
commit e524612f80
2 changed files with 37 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ echo "Database is ready!"
# Применяем миграции
echo "Applying database migrations..."
cd /app
export DATABASE_URL="postgresql://postgres:postgres123@db:5432/support_db"
alembic upgrade head
echo "Migrations completed!"