Only run full procfile on runserver

This commit is contained in:
2025-03-04 11:59:35 +01:00
parent 728ad157e9
commit 75c4c55a32
9 changed files with 19 additions and 17 deletions

View File

@ -12,6 +12,6 @@ REDIS_PORT=7963
CACHE_URL=redis://127.0.0.1:${REDIS_PORT}/0
# Used to select which other services to run alongside
# runserver and pytest
PROCFILE_RUNSERVER=Procfile.dev
PROCFILE_PYTEST=Procfile.pytest
# manage.py, pytest and runserver
PROCFILE_FULL=Procfile.full
PROCFILE_MINIMAL=Procfile.minimal