test version runs
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s

This commit is contained in:
WGAVermeer
2026-03-08 14:20:43 +01:00
parent 3fca18e000
commit 9959272051
4 changed files with 11 additions and 7 deletions

View File

@@ -1,9 +1,12 @@
services:
web:
env_file: .env.template
env_file:
- .env.template
command: python -Wa manage.py test --noinput --parallel
restart: "no"
db:
env_file: .env.template
env_file:
- .env.template