Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 569 Bytes

NGINX Reverse Proxy

To access our components and manage routes we install an Nginx reverse proxy. With which we can access the following URLs:

Installing

Use docker compose to install the Nginx container:

sudo docker-compose up -d

Reference

https://grafana.com/tutorials/run-grafana-behind-a-proxy/