[openstreetmap/openstreetmap-website] fixes: #6585 add Postgres healthcheck and make Docker workflow wait + retries (PR #6588)
Grant
notifications at github.com
Thu Dec 4 08:56:07 UTC 2025
Firefishy left a comment (openstreetmap/openstreetmap-website#6588)
Wouldn't it be better to change the `docker-compose.yml` to use a `condition: service_healthy` for the app rather than the custom logic in `.github/workflows/docker.yml`?:
```
depends_on:
db:
condition: service_healthy
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6588#issuecomment-3610953813
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6588/c3610953813 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251204/cfbb69a9/attachment-0001.htm>
More information about the rails-dev
mailing list