Persist prometheus server data
This commit is contained in:
parent
9e60bc41a2
commit
e07c3c2e18
@ -6,9 +6,11 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ../config/monitoring/prometheus:/etc/prometheus
|
||||
# TODO: persist data
|
||||
# - prometheus_data:/prometheus
|
||||
- prometheus_data:/prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
volumes:
|
||||
prometheus_data:
|
||||
|
@ -716,7 +716,7 @@
|
||||
},
|
||||
"timepicker": {},
|
||||
"timezone": "",
|
||||
"title": "Azimuth Watchers",
|
||||
"title": "azimuth watchers",
|
||||
"version": 4,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user