Run hello world applications from many languages with Nginx as Reverse Proxy.
- Michael Susanto
- Django (Web Server)
- Flask (Web Server)
- Go (Web Server)
- NodeJS (Web Server)
- Nginx (Reverse Proxy)
- Run & build the services
docker-compose up -d --build- Stop the service
docker-compose down -v- Django -> http://localhost/django/
- Flask -> http://localhost/flask/
- Go -> http://localhost/go/
- NodeJS -> http://localhost/node/