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

[SETUP] Make use of docker-compose profiles. #194

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

jenkoian
Copy link
Contributor

Use docker-compose profiles
for starting up additional services such as blackfire for profiling and
backstop for visual-regression testing.

Unfortunately due us needing to extend nginx we can't use this for
styleguide due to the following not being support in v3 of
docker-compose:
https://docs.docker.com/compose/extends/#extending-services well we
probably still could but we'd need to bring up with the mutliple
docker-compose files as well so little point just yet.

https://docs.docker.com/compose/extends/#extending-services

Use [docker-compose profiles](https://docs.docker.com/compose/profiles/)
for starting up additional services such as blackfire for profiling and
backstop for visual-regression testing.

Unfortunately due us needing to extend nginx we can't use this for
styleguide due to the following not being support in v3 of
docker-compose:
https://docs.docker.com/compose/extends/#extending-services well we
probably still could but we'd need to bring up with the mutliple
docker-compose files as well so little point just yet.

https://docs.docker.com/compose/extends/#extending-services
@jenkoian jenkoian merged commit 70d6a5f into main Mar 15, 2022
@jenkoian jenkoian deleted the use-docker-compose-profiles branch March 15, 2022 16:23
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.

1 participant