Bugfixes in docker-compose and DB, gunicorn for prod, env vars for app host and port
This commit is contained in:
parent
2135126235
commit
71964355b7
8 changed files with 43 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue