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

Support multiple docker-compose files #8

Open
sobolevn opened this issue Oct 8, 2017 · 3 comments · May be fixed by #13
Open

Support multiple docker-compose files #8

sobolevn opened this issue Oct 8, 2017 · 3 comments · May be fixed by #13

Comments

@sobolevn
Copy link

sobolevn commented Oct 8, 2017

Right now docker-compose can use multiple -f flags to start.
And that's how we deploy our stack. Do you consider adding support for multiple files?

@Hermsi1337 Hermsi1337 linked a pull request Nov 1, 2018 that will close this issue
@Hermsi1337
Copy link
Contributor

Hermsi1337 commented Nov 1, 2018

Hey @sobolevn

it's been a while since you've created this issue.
In case your feature-request still matters: I've added support for multiple docker-compose files.

Until @andreaskoch has reviewed the pull request you can build and use dcsg from my source:

git clone --single-branch -b 'feature/#8_multiple-compose-files' https://github.com/Hermsi1337/dcsg.git dcsg-hermsi
cd dcsg-hermsi
go build
./dcsg install --help

In order to provide additional compose.yml-files you can simply add them to the install command:

dcsg install my-compose-project docker-compose.yaml override.yaml overwrite.yaml 

@sobolevn
Copy link
Author

sobolevn commented Nov 1, 2018

@Hermsi1337 thanks!

@Hermsi1337
Copy link
Contributor

Hermsi1337 commented Nov 1, 2018

@sobolevn You're welcome.

I would appreciate your feedback! (=

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

Successfully merging a pull request may close this issue.

2 participants