🧑‍💻(docker) add celery beat for dev env

Add new container to run celery beat to manage schedule job
This commit is contained in:
Sabrina Demagny
2025-01-25 20:18:25 +01:00
parent e3bf1d76fa
commit 48264a0b40
4 changed files with 21 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ run: ## start the wsgi (production) and development server
@$(COMPOSE) up --force-recreate -d nginx
@$(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 keycloak
@$(COMPOSE) up -d dimail
@echo "Wait for postgresql to be up..."