Files
Quatsh-Website/compose.test.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

9 lines
165 B
YAML

services:
web:
command: python -Wa manage.py test --noinput --parallel
restart: "no"
env_file:
- path: .env.template
required: true