init commit

This commit is contained in:
Trey t
2024-06-23 22:51:58 -05:00
commit ddf67a4fc5
315 changed files with 163458 additions and 0 deletions

3
Procfile Normal file
View File

@@ -0,0 +1,3 @@
web: gunicorn werkout_api.wsgi:application --bind 0.0.0.0:5000
beat: /usr/local/bin/celery -A werkout_api beat -l info
worker: /usr/local/bin/celery -A werkout_api worker -l info