Files
WerkoutAPI/misc/Procfile
2023-06-26 10:24:35 -05:00

3 lines
176 B
Plaintext

web: daphne werkout_api.asgi:application --port 5000 --bind 0.0.0.0 -v2
beat: /usr/local/bin/celery -A werkout beat -linfo
worker: python3 manage.py runworker channel_layer -v2