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