From 9d634c993f7aa1993640706216943ecf2b8f8591 Mon Sep 17 00:00:00 2001 From: Tyler Kennedy Date: Sun, 27 Nov 2022 12:56:37 -0500 Subject: Heroku/Dokku buildpack support --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile (limited to 'Procfile') diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c7a241e --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: gunicorn takahe.wsgi:application --workers 8 +worker: python manage.py runstator -- cgit v1.2.3