Files
Quatsh-Website/compose.dev.yaml
WGAVermeer cbf5e4b503
Some checks failed
Gitea build & Test. / docker (push) Failing after 19s
choose correct .env
2026-03-08 14:36:06 +01:00

12 lines
221 B
YAML

services:
web:
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
volumes:
- ./src:/src
env_file:
- path: .env.template
required: true
- path: .env
required: false