-
Notifications
You must be signed in to change notification settings - Fork 51
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.override.yml
file breaks the compose
sub cmd
#252
Comments
I think we can remove everything about override from srcd-ce. |
I agree. I also actually never used |
@dpordomingo wdyt? |
In the PR #158 which added it, I initially implemented the safety net to ensure that it wouldn't collide with any user state. It was suggested to make it static, and I did so. Yes, we can also delete it and take another approach. There are always different alternatives, and considering our current state, maybe that's the fastest one. |
Okay, let's remove it then. |
This caused src-d/sourced-ui#318 |
The override file must match the compose file format version of the main
docker-compose.yml
file.While the main
docker-compose.yml
file is managed bysourced compose
, the contents of thedocker-compose.override.yml
file are hardcoded into thesourced
bin.See for example the upgrading instructions here https://github.com/src-d/sourced-ce/pull/251/files
Why is the
docker-compose.override.yml
file needed at all insourced
? Can we find a way to manage this cleanly from the preparation scripts ofsourced-ui
instead?The text was updated successfully, but these errors were encountered: