testcontainers / testcontainers-elixir

Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker compose support

LKlemens opened this issue · comments

First of all thank you for your effort put into testcontainers! I love it.
For single containers works perfectly, but if infrastructure is more complicated, then docker compose is really helpful.
So my question is - do you plan support docker compose?

not planned yet no, someone need to pick it up. I dont yet know the complexity of adding support for this, so it would mean digging into unknown territory. If you would like to help investigating it or trying to stab it at it yourself, just do it :) At least we now have an issue for it, and I will add the appropriate labels

I do however believe that it will require a lot of work, and im putting it into a milestone for the next major release. I could be released before, but just to have it somewhere in the pipeline