How do I use docker-compose (or a similar tool) with Bazel's rules-docker?
I know I could generate images, container-push them, and then reference the version in a docker-compose.yaml, but I would like a more developer friendly way of working with docker files in a way I don't need to push images to test changes.