mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-31 14:29:33 +00:00
Switch to mktxp
This commit is contained in:
parent
88f6580500
commit
0b8c8b4662
7 changed files with 4581 additions and 1299 deletions
|
|
@ -6,19 +6,6 @@ volumes:
|
|||
|
||||
|
||||
services:
|
||||
# Mikrotik Exporter
|
||||
# https://github.com/nshttpd/mikrotik-exporter
|
||||
mikrotik_exporter:
|
||||
image: nshttpd/mikrotik-exporter-linux-arm64:1.0.12-DEVEL # Change this depending on your version and/or if you built the image locally
|
||||
volumes:
|
||||
- './mikrotik_exporter:/config'
|
||||
env_file: .env
|
||||
ports:
|
||||
- 9436:9436
|
||||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
|
||||
# Prometheus
|
||||
# https://github.com/stefanprodan/dockprom
|
||||
prometheus:
|
||||
|
|
@ -58,4 +45,16 @@ services:
|
|||
networks:
|
||||
- default
|
||||
labels:
|
||||
org.label-schema.group: "monitoring"
|
||||
org.label-schema.group: "monitoring"
|
||||
|
||||
# MKTXP
|
||||
# https://github.com/akpw/mktxp
|
||||
mktxp:
|
||||
image: mktxp:latest
|
||||
volumes:
|
||||
- './mktxp/:/root/mktxp/'
|
||||
ports:
|
||||
- 49090:49090
|
||||
networks:
|
||||
- default
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue