added telegraf

This commit is contained in:
root
2023-10-08 20:54:00 -05:00
parent 55966c5cce
commit 98f2d5f956

View File

@@ -13,3 +13,14 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- ./:/kwaylon - ./:/kwaylon
telegraf:
image: telegraf
container_name: telegraf-kwaylon
restart: unless-stopped
user: root:996
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- src/.env
command: ["--config", "http://docker-lxc.localdomain:8086/api/v2/telegrafs/0bf0754463950000"]