This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/Procfile

4 lines
119 B
Plaintext

web: gunicorn takahe.wsgi:application --workers 8
worker: python manage.py runstator
release: python manage.py migrate