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

Remove usage of depends_on #4383

Merged
merged 1 commit into from Feb 15, 2024
Merged

Conversation

unixfox
Copy link
Member

@unixfox unixfox commented Jan 8, 2024

First introduced in #4249, reverting this change.

Remove the usage of this parameter as the docker-compose.yml in the repository is just for development and there is no need to make it production ready.

Waiting on the database is something that is a must in production, but in development one can just restart the containers if there is really an issue.

This option is causing too many issues. And this option has a place instead in the install guide: https://github.com/iv-org/documentation/blob/master/docs/installation.md

Close #4369

@unixfox unixfox merged commit 1e6ec60 into iv-org:master Feb 15, 2024
7 checks passed
@mk-pmb
Copy link

mk-pmb commented Feb 16, 2024

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Docker development environment fails: ERROR: The Compose file './docker-compose.yml' is invalid because:
3 participants