added auto-reload when developing.
Some checks failed
Gitea build & Test. / tests (push) Failing after 21s
Some checks failed
Gitea build & Test. / tests (push) Failing after 21s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
|
||||
command: gunicorn --capture-output --enable-stdio-inheritance -b 0.0.0.0:8000 website.wsgi:application
|
||||
volumes:
|
||||
- ./src:/src
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user