Skip to content

adriangalera/nginx-grafana-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-grafana-docker

Docker image with a grafana instance and a nginx reverse proxy.

Nginx reverse proxy implements a health-check endpoint.

The endpoint health-check returns a json file with the contents. All other requests are reverse proxied to the Grafana instance running inside the container

This nginx can also used for instance to block the external access to the Grafana API.

Running in local

docker build . -t gal/nginx-grafana
docker run -p 8080:8080 gal/nginx-grafana

To verify if it is working, go to:

About

Docker image for Grafana with nginx as reverse proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published