Yet another chat but with Node.js, Redis, MongoDB and Docker
- Run ./run.ps1
- Start for building and setup docker-compose up -d
- Scale and start the socket.io servers docker-compose scale app=4
- Stop again since we want to start all services at once docker-compose stop
- Start all services at once and attach to stdout docker-compose up