https://github.com/aleroxac/alura-nginx
Implementação das 3 principais funcionalidades do Nginx com base no conteúdo asimilado durante o treinamento Nginx da Alura.
https://github.com/aleroxac/alura-nginx
alura docker docker-compose nginx nginx-proxy
Last synced: about 2 months ago
JSON representation
Implementação das 3 principais funcionalidades do Nginx com base no conteúdo asimilado durante o treinamento Nginx da Alura.
- Host: GitHub
- URL: https://github.com/aleroxac/alura-nginx
- Owner: aleroxac
- Created: 2021-05-16T19:20:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T19:21:35.000Z (about 5 years ago)
- Last Synced: 2025-01-16T16:23:51.244Z (over 1 year ago)
- Topics: alura, docker, docker-compose, nginx, nginx-proxy
- Language: HTML
- Homepage: https://github.com/aleroxac/alura-nginx
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alura-nginx
Implementação das 3 principais funcionalidades do Nginx com base no conteúdo asimilado durante o treinamento Nginx da Alura.
## Recursos
- HTTP WebServer
- API Gateway
- Reverse Proxy
- Load Balancer
## Requisitos
- git
- docker
- docker-compose
## Modo de uso
``` shell
git clone github.com/aleroxac/alura-nginx && cd alura-nginx
docker-compose -f docker-compose.yml up -d
xdg-open http://localhost:8080
xdg-open http://localhost:8081
xdg-open http://localhost:8081/proxy
xdg-open http://localhost:8082
xdg-open http://localhost:8082/service1
xdg-open http://localhost:8082/service2
xdg-open http://localhost:8083
xdg-open http://localhost:8083/lb
docker-compose -f docker-compose.yml down
```