This commit is contained in:
Kameron Kenny 2024-10-21 15:03:25 -04:00
parent b8b5e116c2
commit 30a24b53a7
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM prom/prometheus
LABEL version="20241021.1.5"
LABEL version="20241021.1.6"
LABEL description="prometheus"
RUN mkdir -p /etc/prometheus

View File

@ -10,7 +10,7 @@ services:
prometheus:
build:
dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:241021.1.5
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:241021.1.6
container_name: prometheus
command: '--config.file=/etc/prometheus/prometheus.yml'
restart: unless-stopped

View File

@ -29,7 +29,7 @@ scrape_configs:
- job_name: power-api
metrics_path: /metrics
static_configs:
- targets: ['powerapi.in.thelinuxpro.net:5000']
- targets: ['powerapi.in.thelinuxpro.net:8000']
- job_name: unifi
static_configs: