testcontainers / testcontainers-go

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
https://golang.testcontainers.org
MIT License
3.48k stars 476 forks source link

Add `docs/modules/compose.md` page for compose module #1515

Open mdelapenya opened 1 year ago

mdelapenya commented 1 year ago
          > By the way, I noticed that there is no `docs/modules/compose.md` is it on purpose ?

Indeed, it's on purpose as we do have a separate page in https://golang.testcontainers.org/features/docker_compose/.

But I think it would be a good idea to add it to the modules and reduce the number of corner cases across code generation. I'll do it in a separate PR. Thanks for pointing this out!

Originally posted by @mdelapenya in https://github.com/testcontainers/testcontainers-go/issues/1504#issuecomment-1689371197

KianYang-Lee commented 3 months ago

@mdelapenya are you working on this? Do you mind if I pick this up? thanks

mdelapenya commented 3 months ago

Hey @KianYang-Lee , no, I'm not working on it, I'd appreciate if you can do it. Please let me know if you need anything from me. 🙇