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
- Host: GitHub
- URL: https://github.com/denimar/docker-compose-example
- Owner: denimar
- Created: 2020-08-18T18:45:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T18:48:16.000Z (almost 6 years ago)
- Last Synced: 2025-08-08T20:53:32.303Z (12 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.