Files
Quatsh-Website/.docker-compose-files/compose.test.yaml
2026-03-25 15:44:17 +01:00

15 lines
267 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