1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00

add grafana volume to store config

Signed-off-by: Jamie Wood <jamie@zerobased.co.uk>
This commit is contained in:
Jamie Wood 2023-12-27 17:42:22 +00:00
parent e6b1d2755f
commit 87e770ae17
No known key found for this signature in database

View file

@ -21,5 +21,7 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=grafana
volumes:
- ./grafana:/etc/grafana/provisioning/datasources
- graf_data:/var/lib/grafana
volumes:
prom_data:
graf_data: