Switch to mktxp

This commit is contained in:
Leon Morten Richter 2021-07-15 17:47:54 +02:00
parent 88f6580500
commit 0b8c8b4662
No known key found for this signature in database
GPG key ID: 268100ABB6E5776A
7 changed files with 4581 additions and 1299 deletions

View file

@ -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