mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 10:09:31 +00:00
Merge pull request #34 from M0r13n/bump-containers
chore: bumps images to latest stable versions
This commit is contained in:
commit
70fa6b8fb2
1 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ services:
|
||||||
# Prometheus
|
# Prometheus
|
||||||
# https://github.com/stefanprodan/dockprom
|
# https://github.com/stefanprodan/dockprom
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.54.1
|
image: prom/prometheus:v3.4.1
|
||||||
container_name: mikrotik-prometheus
|
container_name: mikrotik-prometheus
|
||||||
volumes:
|
volumes:
|
||||||
- ./prometheus:/etc/prometheus
|
- ./prometheus:/etc/prometheus
|
||||||
|
|
@ -26,7 +26,7 @@ services:
|
||||||
# Grafana
|
# Grafana
|
||||||
# https://github.com/stefanprodan/dockprom
|
# https://github.com/stefanprodan/dockprom
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:11.2.0
|
image: grafana/grafana:12.0.1
|
||||||
container_name: mikrotik-grafana
|
container_name: mikrotik-grafana
|
||||||
volumes:
|
volumes:
|
||||||
- grafana_data:/var/lib/grafana
|
- grafana_data:/var/lib/grafana
|
||||||
|
|
@ -47,7 +47,7 @@ services:
|
||||||
# MKTXP
|
# MKTXP
|
||||||
# https://github.com/akpw/mktxp
|
# https://github.com/akpw/mktxp
|
||||||
mktxp:
|
mktxp:
|
||||||
image: ghcr.io/akpw/mktxp:gha-10485178964
|
image: ghcr.io/akpw/mktxp:1.2.10
|
||||||
container_name: mikrotik-mktxp
|
container_name: mikrotik-mktxp
|
||||||
volumes:
|
volumes:
|
||||||
# Since Version v0.37 mktxp runs as single user
|
# Since Version v0.37 mktxp runs as single user
|
||||||
|
|
@ -74,7 +74,7 @@ services:
|
||||||
|
|
||||||
# https://github.com/prometheus/blackbox_exporter/blob/master/example.yml
|
# https://github.com/prometheus/blackbox_exporter/blob/master/example.yml
|
||||||
blackbox:
|
blackbox:
|
||||||
image: quay.io/prometheus/blackbox-exporter:latest
|
image: prom/blackbox-exporter:latest
|
||||||
container_name: mikrotik-blackbox-exporter
|
container_name: mikrotik-blackbox-exporter
|
||||||
command: --config.file=/config/blackbox.yml
|
command: --config.file=/config/blackbox.yml
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue