Files
Quatsh-Website/compose.test.yaml
2026-03-11 09:26:45 +01:00

14 lines
266 B
YAML

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