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: prometheus:
image: "wubloader_prometheus:latest" image: "wubloader_prometheus:latest"
command: command:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus"
- "--storage.tsdb.retention=30d" - "--storage.tsdb.retention=30d"
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
- "--web.console.templates=/usr/share/prometheus/consoles"
restart: "on-failure" restart: "on-failure"
volumes: volumes:
- "/storage/wubloader-metrics/prometheus:/prometheus" - "/storage/wubloader-metrics/prometheus:/prometheus"

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

Loading…
Cancel
Save