Rename fittracker to milevault throughout
Build and push images / build-backend (push) Failing after 2m5s
Build and push images / build-worker (push) Failing after 4s
Build and push images / build-frontend (push) Failing after 4s

This commit is contained in:
2026-06-06 14:12:28 +01:00
parent 1a0d45dd67
commit 5e2b220366
12 changed files with 150 additions and 67 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from celery import Celery
from app.core.config import settings
celery_app = Celery(
"fittracker",
"milevault",
broker=settings.redis_url,
backend=settings.redis_url,
)