Files
WerkoutAPI/misc/dokku/Procfile
Trey t 436981eee5 WIP
2023-06-26 12:55:22 -05:00

3 lines
183 B
Plaintext

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