added auto-reload when developing.
Some checks failed
Gitea build & Test. / tests (push) Failing after 21s

This commit is contained in:
WGAVermeer
2026-03-25 17:11:14 +01:00
parent be54afa093
commit c17e3e85f2
9 changed files with 73 additions and 5 deletions

View File

@@ -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: