monitoring fixes

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

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

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

Loading…
Cancel
Save