spring-lemon
spring-lemon copied to clipboard
Added docker-compose for testing environment
#45 Added docker-compose.yml file with one container for mongo database. I think we can add same files for other projects too, if they require some services.
To start the container run in lemon-demo-reactive project folder: docker-compose up
and you will be able to connect to mongodb via localhost:27017
or 127.0.0.1:27017
docker and docker-compose should be installed on the computer to do so.
Thanks! I'm not very much into docker thingy, but I can merge it if you're sure about it.
Actually, I had in mind the Embedded MongoDB. If that works, that may be faster?
So, let me know what you think. and then I'd merge it.
Thanks! I'm not very much into docker thingy, but I can merge it if you're sure about it.
Actually, I had in mind the Embedded MongoDB. If that works, that may be faster?
So, let me know what you think. and then I'd merge it.
Looks interesting. I will try it too.