Files
Quatsh-Website/compose.test.yaml
WGAVermeer d999fece6f
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
specified db info
2026-03-08 14:39:31 +01:00

17 lines
242 B
YAML

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