feat: Add Grafana blueprint with Docker Compose configuration

This commit is contained in:
Mauricio Siu
2025-03-10 00:11:22 -06:00
parent 44f033214c
commit 5b287d64a9

View File

@@ -29,7 +29,7 @@ services:
volumes:
grafana-storage: {}
```
3. Add the `template.yml` file to the folder, this is where we specify the domains, mounts and env variables, to understand more the structure of `template.yml` you can read here []
3. Add the `template.yml` file to the folder, this is where we specify the domains, mounts and env variables, to understand more the structure of `template.yml` you can read here [Template.yml structure](#templateyml-structure)
```yaml
variables:
@@ -46,7 +46,7 @@ config:
4. Add the `meta.json` file to the folder
```json
{
{
"id": "grafana",
"name": "Grafana",
"version": "9.5.20",
@@ -60,7 +60,7 @@ config:
"tags": [
"monitoring"
]
},
},
```
5. Add the logo to the folder
6. Commit and push your changes