cleanup
Some checks failed
Gitea build & Test. / docker (push) Failing after 5s

This commit is contained in:
WGAVermeer
2026-03-08 14:54:29 +01:00
parent 8e4e2b8434
commit 7ecd65b9c2
3 changed files with 0 additions and 30 deletions

View File

@@ -3,16 +3,4 @@ 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
db:
env_file:
- path: .env.template
required: true
- path: .env
required: false

View File

@@ -1,10 +0,0 @@
services:
web:
env_file:
- path: .env
required: true
db:
env_file:
- path: .env
required: true

View File

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