juicycleff / ultimate-backend

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
https://juicycleff.github.io/ultimate-backend-docs
MIT License
2.65k stars 409 forks source link

Eventstore version #130

Closed maurosergiosilva closed 4 years ago

maurosergiosilva commented 4 years ago

Latest version from eventstore is based in release 20.6.0. This release needs an enviroment variable to use http (release 20.6.0 use https):

    environment:
      - EVENTSTORE_DEV=true

I'm fixing image in my docker-compose to image: eventstore/eventstore:release-5.0.8 , since I'm still trying to makes my dev enviroment to works (run it using vscode node.js debug terminal first, and afte run docker version in debug mode).

juicycleff commented 4 years ago

@maurosergiosilva this actually correct and should be noted. I to restrict the version for now