ory / dockertest

Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=dockertest
Apache License 2.0
4.18k stars 243 forks source link

Add support for docker-compose #511

Open akoserwal opened 5 months ago

akoserwal commented 5 months ago

Preflight checklist

Ory Network Project

No response

Describe your problem

In case of running docker test with two containers can become easier with docker-compose support.

Describe your ideal solution

It would be good to add support for docker-compose. Incase of running docker test with two containers can become easier with docker-compose support.

Workarounds or alternatives

Work around is create two container in same network

Version

latest

Additional Context

No response

ainsleyclark commented 1 month ago

Hey, is there a timeline when this will be merged in? Thanks