1
0
mirror of https://github.com/jointakahe/takahe synced 2025-06-05 21:49:18 +02:00
Files
Takahe/Procfile
2022-12-01 09:53:22 -07:00

4 lines
119 B
Plaintext

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