Files
Quatsh-Website/compose.dev.yaml
WGAVermeer acc116a6c1
Some checks failed
Gitea build & run. / docker (push) Failing after 3s
added dev make file for ease in development.
2026-03-08 13:20:45 +01:00

7 lines
113 B
YAML

services:
web:
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
volumes:
- ./src:/src