-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
Hey @sobolevn it's been a while since you've created this issue. Until @andreaskoch has reviewed the pull request you can build and use 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 dcsg install my-compose-project docker-compose.yaml override.yaml overwrite.yaml |
@Hermsi1337 thanks! |
@sobolevn You're welcome. I would appreciate your feedback! (= |
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?
The text was updated successfully, but these errors were encountered: