-
Notifications
You must be signed in to change notification settings - Fork 188
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
service "electric-with-postgres" can't be used with extends
as it declare depends_on
#1018
Comments
I can confirm that this is definitely a bug and definitely the problem. Removing the |
@AntonOfTheWoods thanks for the report. Yep, we were using |
Yeah, apparently they are now actively checking for unsupported config options that used to work, but only by accident. Thanks for the fix! |
… docker-compose files (#1025) Fixes #1018 This removes the inheritance from the docker compose files. There are now two mostly duplicated compose files, with the "with-postgres" file have this addition for the electric service: ``` depends_on: - postgres ``` Not pretty, but works and is far less likely to break with future versions of Docker.
Looks related to docker/compose#11544
The text was updated successfully, but these errors were encountered: