Bugfixes in docker-compose and DB, gunicorn for prod, env vars for app host and port

This commit is contained in:
DarkCat09 2023-03-03 18:10:17 +04:00
parent 2135126235
commit 71964355b7
8 changed files with 43 additions and 5 deletions

View file

@ -1,6 +1,11 @@
DEBUG=true
SESSION_KEY=debug
CSRF_KEY=debug
APP_HOST=127.0.0.1
APP_PORT=8000
DB_HOST=localhost
DB_PORT=3306
DB_USER=darkcat09