Skip to content

Commit

Permalink
postgres migration #2
Browse files Browse the repository at this point in the history
  • Loading branch information
feeelin committed Mar 14, 2024
1 parent 0e6777b commit 8f9c83a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified cinema/__pycache__/settings.cpython-311.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion cinema/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
'NAME': 'cinema',
'USER': 'admin',
'PASSWORD': 'admin',
'HOST': 'mssql.feelindev.ru'
'HOST': 'mssql.feelindev.ru',
'PORTS': '1432'
}
}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
postgres:
image: postgres
ports:
- "1433:1433"
- "5432:5432"
volumes:
- /var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 8f9c83a

Please sign in to comment.