fix: docker-compose startup order to prevent race condition
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-24 12:25:01 -08:00
parent b67d4929a4
commit 2b64a79edf

View file

@ -68,7 +68,8 @@ services:
- NEXT_PUBLIC_API_URL=/api
- INTERNAL_API_URL=http://backend:8000
depends_on:
- backend
backend:
condition: service_healthy
restart: unless-stopped
networks:
- elmeg