🧑‍💻(docker) add flower for dev env

Allow to manage and monitor celery tasks
This commit is contained in:
Sabrina Demagny
2025-02-27 02:04:08 +01:00
parent 68ed5e4d55
commit 0b290d9a5e
3 changed files with 19 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ run: ## start the wsgi (production) and development server
@$(COMPOSE) up --force-recreate -d app-dev
@$(COMPOSE) up --force-recreate -d celery-dev
@$(COMPOSE) up --force-recreate -d celery-beat-dev
@$(COMPOSE) up --force-recreate -d flower-dev
@$(COMPOSE) up --force-recreate -d keycloak
@$(COMPOSE) up -d dimail
@echo "Wait for postgresql to be up..."