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

Profile specific Docker compose files #28

Open
odrotbohm opened this issue Jan 6, 2023 · 0 comments
Open

Profile specific Docker compose files #28

odrotbohm opened this issue Jan 6, 2023 · 0 comments

Comments

@odrotbohm
Copy link

I use a dedicated Maven profile to include dependencies needed for runtime application inspection (actuators, observability). I.e. ones, I usually don't need during development but only occasionally. If I set up observability libraries to e.g. consume Zipkin, I'd like to have a Zipkin server running. Adding a docker-compose.yml file, however, will cause the server started unconditionally, not only if the profile is enabled.

It would be nice if "profiled" Docker compose config files (docker-compose{-profile}.yml) could be considered by default. Alternatively, fixing GH-25 would allow me to avoid the explicit Docker compose file entirely.

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

No branches or pull requests

1 participant