christianlempa-boilerplates/docker-compose/grafana
2022-01-10 09:30:01 +01:00
..
docker-compose.yml some general updates 2021-12-30 11:46:21 +01:00
README.md readme file updates 2022-01-10 09:30:01 +01:00

Installation

Deployment

Copy the docker-compose.yml template into your project folder and start the container.

Configuration

Visit the Grafana Web Interface http://localhost:3000, and login with Grafana's default username and password: admin.

For more info visit: Official Grafana Getting started Documentation

Best-Practices & Post-Installation

Disable HTTP

It's not secure to expose Grafana via the HTTP protocol.

Use a Reverse Proxy

  • Use a Reverse Proxy to securely expose administrative services.

Additional Referfences

Official Grafana Documentation