From f9b3bc7096150372c3f7d414d0af10e9831eeb34 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 May 2026 10:39:38 +0200 Subject: [PATCH] Add Procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..3490102 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: gunicorn proyecto.wsgi --bind 0.0.0.0:$PORT +worker: celery -A proyecto worker --loglevel=info \ No newline at end of file