Cannot run docker-compose.yml covering mongodb, kafka, zookeper for CQRS in Spring Boot?
Archived 3 years ago
D
direct_x_34
Copy Paster!
I have a problem to run docker-compose.yml file covering mongodb, kafka, zookeper for CQRS in Spring Boot. I only focus on account-cmd to dockerize it now.
When I try to run this command shown below, zookeeper is always pulling.
```docker-compose up --build```
As I get this problem, I cannot test the app running on Docker.
Here is my repo : https://github.com/Rapter1990/cqrs-example

