More fixes?
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-07 15:55:14 -03:00
parent bd80e91062
commit 1b28a22589
5 changed files with 107 additions and 40 deletions

View File

@@ -137,9 +137,10 @@ services:
networks:
- marina-net
- backend
# Use service_started so the stack can deploy even if qr_api is still broken; switch to service_healthy once qr_api image is fixed.
depends_on:
qr_api:
condition: service_healthy
condition: service_started
environment:
QR_API_URL: http://qr_api:8080
healthcheck: