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

@@ -3,4 +3,9 @@ services:
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
volumes:
- ./src:/src
env_file:
- path: .env.template
required: true
- path: .env
required: false