monitoring: Fix problems with the prometheus container

pull/149/head
Mike Lang 5 years ago
parent b84d4de085
commit 51adeeab19

@ -3,7 +3,11 @@ services:
prometheus:
image: "wubloader_prometheus:latest"
command:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus"
- "--storage.tsdb.retention=30d"
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
- "--web.console.templates=/usr/share/prometheus/consoles"
restart: "on-failure"
volumes:
- "/storage/wubloader-metrics/prometheus:/prometheus"

@ -1,7 +1,4 @@
local hosts = [
"toodles.videostrike.team:1337",
"http://136.24.9.73:20088",
"wubloader.codegunner.com",
];
local services = [
"restreamer",

Loading…
Cancel
Save