ewolff / microservice-kafka

Demo to show how Apache Kafka can be used for communication between microservices
Apache License 2.0
585 stars 302 forks source link

Fixed postgres up error, and add depends on in docker-compose.yml. #4

Closed philipz closed 5 years ago

philipz commented 7 years ago

When run "docker-compose up" first-time, the postgres will exit by "init-user-db.sh" error. I fixed it, and docker-compose creates docker network automatically for container communication, remove link and add depends_on for docker-compose.yml. And just make and all well done.