webhooksite / webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
https://webhook.site
Other
5.32k stars 416 forks source link

Make WebApp dependency with redis explicit on docker-compose file #132

Closed Aztic closed 1 year ago

Aztic commented 1 year ago

Sometimes, in some slow VPS, when trying to start with docker compose, the webapp instance loads before the redis which causes a connection error.

i've been only been able to reproduce this in a basic DigitallOcean VPS. It doesn't happen all the time tho.

This PR just add a depends_on to make this loading order explicit

Screenshot from 2022-11-14 23-12-34

Screenshot from 2022-11-14 23-12-46