mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add Grafana blueprint with Docker Compose configuration
This commit is contained in:
32
README.md
32
README.md
@@ -29,7 +29,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
grafana-storage: {}
|
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
|
```yaml
|
||||||
variables:
|
variables:
|
||||||
@@ -46,21 +46,21 @@ config:
|
|||||||
4. Add the `meta.json` file to the folder
|
4. Add the `meta.json` file to the folder
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"id": "grafana",
|
"id": "grafana",
|
||||||
"name": "Grafana",
|
"name": "Grafana",
|
||||||
"version": "9.5.20",
|
"version": "9.5.20",
|
||||||
"description": "Grafana is an open source platform for data visualization and monitoring.",
|
"description": "Grafana is an open source platform for data visualization and monitoring.",
|
||||||
"logo": "grafana.svg",
|
"logo": "grafana.svg",
|
||||||
"links": {
|
"links": {
|
||||||
"github": "https://github.com/grafana/grafana",
|
"github": "https://github.com/grafana/grafana",
|
||||||
"website": "https://grafana.com/",
|
"website": "https://grafana.com/",
|
||||||
"docs": "https://grafana.com/docs/"
|
"docs": "https://grafana.com/docs/"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"monitoring"
|
"monitoring"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
5. Add the logo to the folder
|
5. Add the logo to the folder
|
||||||
6. Commit and push your changes
|
6. Commit and push your changes
|
||||||
|
|||||||
Reference in New Issue
Block a user