diff --git a/cinema/settings.py b/cinema/settings.py index a5d749c..551c153 100644 --- a/cinema/settings.py +++ b/cinema/settings.py @@ -81,7 +81,7 @@ 'default': { 'ENGINE': 'mssql', 'NAME': 'cinema', - 'USER': 'SA', + 'USER': 'feelin', 'PASSWORD': 'feelinMSSQL_2024', 'HOST': 'mssql.feelindev.ru', 'OPTIONS': {'driver': 'ODBC Driver 17 for SQL Server'} diff --git a/docker-compose.yaml b/docker-compose.yaml index 51d380d..75e2da8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,4 +23,4 @@ services: - 8000 restart: "on-failure" depends_on: - - postgres + - mssql