Files
Quatsh-Website/compose.test.yaml
2026-03-08 13:54:16 +01:00

10 lines
150 B
YAML

services:
web:
env_file: ".env.template"
command: python -Wa manage.py test --noinput --parallel
db:
env_file: ".env.template"