Jafner.net/docker_config/mc-monitor/docker-compose.yml
2021-12-20 22:54:13 -08:00

19 lines
406 B
YAML

version: '3'
services:
telegraf:
image: telegraf:1.13
restart: unless-stopped
ports:
- 8094:8094
volumes:
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
monitor:
image: itzg/mc-monitor
command: gather-for-telegraf
restart: unless-stopped
environment:
GATHER_INTERVAL: 10s
GATHER_TELEGRAF_ADDRESS: telegraf:8094
GATHER_SERVERS: e6.jafner.net