mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-24 02:49:32 +00:00
Initial commit with mikrotik-exporter
This commit is contained in:
commit
ddbb23ea60
6 changed files with 61 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
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
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue