add admin docker

This commit is contained in:
rebel onion 2025-06-14 14:14:21 -05:00
parent 43912e8a63
commit 743f4b1a15
5 changed files with 106 additions and 1 deletions

View file

@ -0,0 +1,10 @@
services:
telegraf:
image: telegraf:latest
container_name: telegraf
restart: always
volumes:
- /root/docker/telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
user: "telegraf:996"