They way that most projects I’ve seen that have multiple dependencies handle this is to just provide an example docker compose file. I really think that’s all you need. Personally I really don’t want an “overpackaged” solution, because that just adds bloat and takes away flexibility. I don’t need yet another proxy running, if I need to proxy access to some service, I’ll integrate it into my existing proxy.
They way that most projects I’ve seen that have multiple dependencies handle this is to just provide an example docker compose file. I really think that’s all you need. Personally I really don’t want an “overpackaged” solution, because that just adds bloat and takes away flexibility. I don’t need yet another proxy running, if I need to proxy access to some service, I’ll integrate it into my existing proxy.