lifeboat icon indicating copy to clipboard operation
lifeboat copied to clipboard

Feature Request: Respect more than one docker-compose file

Open maltemuth opened this issue 8 years ago • 1 comments

In my setup, I do have

  • a docker-compose.yml describing the services needed to run the app
  • a docker-compose.dev.yml describing the services needed to develop the app (like build services and reloaders)
  • a docker-compose.behat.yaml describing the services needed to test the app (in this case behat-specific

Lifeboat only shows the the services from docker-compose.yml; is it possible to recognize the other files as well?

maltemuth avatar Dec 28 '17 10:12 maltemuth

Yes! This seems like a good feature idea. A feature to select which compose files to run would be beneficial. We'll probably need to support a cascading specificity for files too - since I assume they override each other based on the order you apply them.

jplhomer avatar Dec 28 '17 14:12 jplhomer