Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naskio/docker-grafana
Docker Compose configuration file for Grafana, ready to use
https://github.com/naskio/docker-grafana
config docker docker-compose grafana
Last synced: 2 days ago
JSON representation
Docker Compose configuration file for Grafana, ready to use
- Host: GitHub
- URL: https://github.com/naskio/docker-grafana
- Owner: naskio
- License: mit
- Created: 2022-01-05T13:36:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T11:47:16.000Z (about 3 years ago)
- Last Synced: 2024-11-10T14:44:52.652Z (2 months ago)
- Topics: config, docker, docker-compose, grafana
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana
Docker Compose configuration file for Grafana, ready to use
This example shows how to use Grafana to visualize the data from MongoDB.
## Prerequisites
- Usage of `jwilder/nginx-proxy`
- existing docker networks `auto-reverse-proxy-global-network` and `mongodb_service-network`## How to run
in order to use other data source, you need to add the corresponding network
# Credits
Inspired by [this](https://medium.com/swlh/easy-grafana-and-docker-compose-setup-d0f6f9fcec13)
and [this](https://hub.docker.com/r/grafana/grafana-oss)
and [this](https://stackoverflow.com/questions/54039604/what-is-the-default-username-and-password-for-grafana-login-page)