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.yml invalid with disablePostgres #214

Open
thegcat opened this issue Feb 13, 2023 · 2 comments
Open

docker-compose.yml invalid with disablePostgres #214

thegcat opened this issue Feb 13, 2023 · 2 comments

Comments

@thegcat
Copy link

thegcat commented Feb 13, 2023

Generating a docker-compose.yml with disablePostgres: true will output a non-functional file. Trying to start the file will give the error:

Configuration error - Service 'backendAction' depends on service 'postgres' which is undefined.

It seems most services that expect to be able to connect to the DB directly still depends_on: postgres.

@thegcat
Copy link
Author

thegcat commented Feb 13, 2023

Setting disableDependsOn: true in the config.yml and regenerating the config seems to fix this issue, though it removes all other ordering between the containers too.

@thegcat
Copy link
Author

thegcat commented Sep 1, 2024

This and #215 are still an issue.

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

No branches or pull requests

1 participant