initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Grafana
|
||||
|
||||
Deploy Grafana data visualization platform using Docker Compose.
|
||||
|
||||
## Description
|
||||
|
||||
Grafana is an analytics and monitoring platform with beautiful dashboards and alerting capabilities.
|
||||
|
||||
## Variables
|
||||
|
||||
### Optional
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `grafana_http_port` | `3000` | Web interface port |
|
||||
| `grafana_data_path` | `{{ app_dir }}/data` | Data storage |
|
||||
| `grafana_container_version` | `latest` | Grafana Docker image tag |
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
- role: patrickj.docker_apps.grafana
|
||||
vars:
|
||||
grafana_http_port: 3001
|
||||
```
|
||||
Reference in New Issue
Block a user