-
Notifications
You must be signed in to change notification settings - Fork 312
Docker compose start with selected service #315
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
Comments
Yes, that should be possible in principle by modifying the testcontainers-python/compose/testcontainers/compose/__init__.py Lines 101 to 113 in 6371c83
|
@tillahoffmann I'd be interested in picking this up, just the matter of fitting it into my usual duties at the company I work for. Having said that, a simple "services" component should be a no-brainer! Expect a PR soon! :) EDIT: |
Uh oh!
There was an error while loading. Please reload this page.
Hello there, I wonder if we could run the docker container based on a docker compose file, but only run the selected service inside it? like doing this command
docker-compose up [service_name]
, is there any method can support that?Currently we're using:
But it will start all the services, but we just want to start selected services.
Thanks!!
The text was updated successfully, but these errors were encountered: