cer / event-sourcing-examples

Example code for my building and deploying microservices with event sourcing, CQRS and Docker presentation
Other
3.12k stars 946 forks source link

Docker compose failure #47

Open achennuru opened 2 years ago

achennuru commented 2 years ago

Hi, While running docker-compose I get the following error for all the services. (root) Additional property mysql is not allowed

I managed to resolve this by fixing the docker-compose-eventuate-local.yml and docker-compose-common.yml to add the following version: "3" services:

Am I missing something here to make it work as is from the git clone?