choose correct .env
Some checks failed
Gitea build & Test. / docker (push) Failing after 19s

This commit is contained in:
WGAVermeer
2026-03-08 14:36:06 +01:00
parent 9959272051
commit cbf5e4b503
5 changed files with 19 additions and 10 deletions

View File

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