🐛(docker) update docker-compose.yml to make nginx depend on app-dev

Modified docker-compose.yml to ensure nginx starts only after app-dev.

Signed-off-by: lindenb1 <linden@b1-systems.de>
This commit is contained in:
lindenb1
2024-10-15 11:53:02 +02:00
committed by Anthony LC
parent 9ed6b11bb1
commit 7e8732822b
3 changed files with 3 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ logs: ## display app-dev logs (follow mode)
run: ## start the wsgi (production) and development server
@$(COMPOSE) up --force-recreate -d celery-dev
@$(COMPOSE) up --force-recreate -d nginx
@$(COMPOSE) up --force-recreate -d y-provider
@echo "Wait for postgresql to be up..."
@$(WAIT_DB)