monitoring fixes

pull/62/head
Mike Lang 5 years ago
parent 5a6d443efd
commit 7273ee071e

@ -1,6 +1,6 @@
all: .prometheus.uptodate .nginx.uptodate
all: .prometheus.uptodate
.PHONY: all
.prometheus.uptodate: Dockerfile.prometheus prometheus.yml

@ -1,7 +1,7 @@
version: "3"
services:
prometheus:
image: "prometheus:latest"
image: "wubloader_prometheus:latest"
command:
- "--storage.tsdb.retention=30d"
restart: "on-failure"

Loading…
Cancel
Save