added telegraf
This commit is contained in:
@@ -13,3 +13,14 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ./:/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"]
|
||||
|
||||
Reference in New Issue
Block a user