From 901c7fb63225aecbf8255ef23459f4be6adb438d Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 12:58:58 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 1acf208..8e9d459 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +1,3 @@ -web: gunicorn werkout_api.asgi:application --port 5000 --bind 0.0.0.0 -v2 +web: gunicorn werkout_api.wsgi: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 diff --git a/requirements.txt b/requirements.txt index b1c0102..8957b6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,7 @@ djangorestframework==3.14.0 et-xmlfile==1.1.0 gevent==22.10.1 greenlet==1.1.3.post0 +gunicorn==20.1.0 kombu==5.3.1 MarkupPy==1.14 odfpy==1.4.1