BrushNetApi / Procfile
Juan Leal
Removing redis as it is often started seperately
242e67b
raw
history blame contribute delete
148 Bytes
web: uvicorn app_api:app --host 0.0.0.0 --port 8000
worker: PYTHONPATH=. celery -A celery_app worker --loglevel=info --pool=threads --concurrency=4