9
0
Fork 0
mikrotik-exporter/docker-compose.yml

18 lines
345 B
YAML
Raw Normal View History

2021-06-30 20:03:27 +00:00
version: '3.7'
services:
2021-10-15 10:11:46 +00:00
mikrotik-exporter:
2021-06-30 20:03:27 +00:00
build:
context: .
env_file: .env
2021-10-15 10:11:46 +00:00
environment:
- PROMETHEUS_BEARER_TOKEN=ZwRZm7Qe6J
2021-06-30 20:03:27 +00:00
network_mode: host
2021-10-15 10:11:46 +00:00
prometheus:
network_mode: "host"
image: prom/prometheus:latest
command:
- --config.file=/config/prometheus.yml
volumes:
- ./config:/config:ro