From e14397aaa0f1f9d5f5bad569ffdaf54348255984 Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 14:49:12 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 6d4abbc..eb2d8cd 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +1,2 @@ -web: gunicorn werkout_api.wsgi:application --port 5000 --bind 0.0.0.0 -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 +web: /usr/local/bin/uwsgi --chdir=/code --ini=/code/uwsgi.ini +worker: /usr/local/bin/celery -A werkout_api worker -P gevent \ No newline at end of file