This commit is contained in:
Trey t
2023-06-26 13:47:26 -05:00
parent 0bd68f4f8c
commit 6d2b866ca4
2 changed files with 3 additions and 0 deletions

View File

3
misc/dokku/_Procfile Normal file
View File

@@ -0,0 +1,3 @@
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