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

Add feature to choose which services to start with docker-compose up #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chipkillmar
Copy link

Sometimes we prefer to run docker-compose up -d service1 service2 ... where this represents a proper subset of services. It helps reduce startup time, and allows for better reuse of Docker Compose files.

These changes add to the DockerComposeRule builder to specify which services to start, e.g.

.addServicesToStart("db") // Only start the db container.

See also: #182

@palantirtech
Copy link
Member

Thanks for your interest in palantir/docker-compose-rule, @chipkillmar! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

@chipkillmar
Copy link
Author

@j-baker could you please review this pull request? Thanks in advance.

@kucera-jan-cz
Copy link

I really hope that this change will get soon into new release. Having ability to define which services should be started would help our project a lot!

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 this pull request may close these issues.

None yet

3 participants