infrastructure/ansible/roles/forrest/files/docker-compose-telegraf.yml

16 lines
254 B
YAML
Raw Normal View History

version: "2.3"
services:
telegraf:
image: telegraf:alpine
restart: unless-stopped
networks:
- default
- prometheus
volumes:
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
networks:
prometheus:
external: true