Docker Compose broken? #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looking at the Docker Compose here and it looks like it only has Zookeeper and Kafka. I did look at the most recent "merge" where all the other services were removed and combined everything into a working compose file. But now I am getting hit by the missing sass module. Anyone else having this problem? I see it is called out in the main repo to be installed in one of the files, so I'm not sure why that isn't happening for me.
I just tried to spin upt his container and discovered that the result is just kafka and zookeeper containers ...
threetwo-docker-compose-kafka-1
threetwo-docker-compose-zookeeper-1
Then took a look at the docker-compose.yml file and noted it matches what is described in this issue. Is there a resource for a correct config for the docker-compose.yml file?