Closed matthieu526 closed 4 years ago
Hi Matthieu,
Now you can try make run again. Images are already in the dockerhub registry. make start or make all you should use only if you pull develop branch from our repository.
Thank you. Konstantin
Thank you, now the stack is starting.
Hello,
I came across your project today and wanted to give it a go. I want to deploy it locally without having to install all of the dependencies. According to the readme, I should
make run
toRun services from Docker Hub registry without build
. I tried but it gives me the following output:I then tried
make start
toMake docker images and run services without build
but it gives me the following error:Indeed this file does not exist in the repo.
I am on OSX 10.14.6. Docker 19.03.8. Docker-compose version 1.25.4.
Do you need more information to debug the issue ?
Thanks a lot. Matthieu