An open API service indexing awesome lists of open source software.

https://github.com/denimar/docker-compose-example

Example on how to use docker-compose to put together nginx and microservices on top of docker containers
https://github.com/denimar/docker-compose-example

Last synced: 6 months ago
JSON representation

Example on how to use docker-compose to put together nginx and microservices on top of docker containers

Awesome Lists containing this project

README

          

# This Example shows:

- How to config a docker-compose.yml for multiple services
- How to use nginx as a gateway for microservices on top of Docker containers
- How a container can access another container in the same Docker network

## Running

To build and run the containers:
`docker-compose up -d`

## Warning
This application and its services are not production ready, and is not propely configured for deployment. It serves only as a basic starting point to configure nginx and orchestrate several services with `docker-compose`.