-
Notifications
You must be signed in to change notification settings - Fork 772
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
Merge multiple docker-compose files #968
Comments
@nathan-K- Yeah.. I think the multiple file support is kind of broken for now. We will trying to fix this ASAP. But about merge thing need a little discus. If docker-compose will merge different files content, may be we should do it too. |
Ok, great ! |
@nathan-K- Ok, I will check it out. |
You can simply run this to generate a config to feed to kompose: |
close by #990 |
Hey,
First of all, thanks for this great project,
I've run into a very basic issue, when having two docker-compose files, ie:
docker-compose.yml
docker-compose.prod.yml
With
kompose convert -f "docker-compose.yml" -f "docker-compose.prod.yml"
, there is :But nothing about port 5000. (with kompose 1.10.0 (8bb0907), on ubuntu 16.04)
I've seen the PR #312 , but they didn't speak about merging multiple docker-compose files.
Is it planned for a future release ?
Thanks
The text was updated successfully, but these errors were encountered: