Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

Aztic
Copy link
Contributor

@Aztic Aztic commented Nov 14, 2022

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

Sometimes, in some slow VPS, when trying to start with docker compose, the webapp instance loads before the redis which causes a connection error
@Aztic Aztic changed the title Add web dependency with redis Make WebApp dependency with redis explicit on docker-compose file Nov 14, 2022
@fredsted fredsted merged commit cfc2368 into webhooksite:master Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants