Jafner.net/archive/docker_config/mc-monitor/docker-compose.yml

19 lines
406 B
YAML
Raw Normal View History

2021-08-02 23:20:43 -07:00
version: '3'
services:
telegraf:
image: telegraf:1.13
2021-12-20 22:54:13 -08:00
restart: unless-stopped
2021-08-02 23:20:43 -07:00
ports:
- 8094:8094
volumes:
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
monitor:
image: itzg/mc-monitor
command: gather-for-telegraf
2021-12-20 22:54:13 -08:00
restart: unless-stopped
2021-08-02 23:20:43 -07:00
environment:
GATHER_INTERVAL: 10s
GATHER_TELEGRAF_ADDRESS: telegraf:8094
GATHER_SERVERS: e6.jafner.net