-
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
Multiple compose files seems to be broken #1048
Comments
Actually, I just saw this issue : #968 It seems like what I'm looking for is not a supported feature right ? "Multiple docker-compose files" is supported but not by merging them ? |
Thank you ! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi,
I'm trying to convert 2 different compose files :
And
I have an error when running :
It seems like the docker-compose version takes priority and that the docker-compose production yml is not read. When I change the order of the -f options, I have a similar error with the nginx service having no build context.
My kompose version is 1.15.0 (e3cd4d4).
My OS is MAC OS High Sierra (10.13.14)
When using docker-compose cli, I successfully can run this configuration with
docker-compose -f docker-compose.yml -f docker-compose.production.yml up
I have trouble understanding why it does not work correctly.
The text was updated successfully, but these errors were encountered: