From 436981eee59eaa7f97ef2167ff38bd385b455f3b Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 12:55:22 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 4346cf7..1acf208 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +1,3 @@ -web: daphne werkout_api.asgi:application --port 5000 --bind 0.0.0.0 -v2 +web: gunicorn werkout_api.asgi:application --port 5000 --bind 0.0.0.0 -v2 beat: /usr/local/bin/celery -A werkout beat -linfo worker: /usr/local/bin/celery-A werkout_api worker -l info \ No newline at end of file