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

Docker-compose 2.24.6 compatibility #9512

Merged
merged 1 commit into from Mar 1, 2024

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Mar 1, 2024

Resolves #9496
Resolves #9411

Motivation

Docker-compose setup doesn't work with Docker compose v2.24.6 because of error:

service "db" can't be used with `extends` as it declare `depends_on`

Changelog

Add compatibility with Docker-compose version 2.24.6 by moving depends_on from the base to extended service.

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the vb-docker-compose2_24_6-compatibility branch from 2cb7e52 to 2c52af2 Compare March 1, 2024 11:15
This was referenced Mar 1, 2024
@vbaranov vbaranov merged commit 4e82187 into master Mar 1, 2024
46 checks passed
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.

Can't docker-compose up Cannot start microservices
1 participant