Stands up multiple microservice so they can be contacted using a single URI with nginx
and docker
.
Each service is stored as a git submodule, view each service for more information on that particular feature.
docker build -t platform .
# assuming you are building from this directory with theDockerfile
docker run -p 80:80 platform
# starts the services on port 80