From a3a6f0cb86aeaea2540dd962998ddd70ccea0290 Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 13:02:06 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 8e9d459..0a21fca 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +1,3 @@ -web: gunicorn werkout_api.wsgi:application --port 5000 --bind 0.0.0.0 -v2 -beat: /usr/local/bin/celery -A werkout beat -linfo +web: gunicorn werkout_api.wsgi:application +beat: /usr/local/bin/celery -A werkout_api beat -linfo worker: /usr/local/bin/celery-A werkout_api worker -l info \ No newline at end of file