6086222503
- Move homelab, Jafner.dev (now called blog) to root. - Rename "archived projects" -> "archive" - Rename "active projects" -> "projects" - Rename "jafner-homebrew" -> "5ehomebrew" - Rename "docker-llm-amd" -> "local-ai"
19 lines
406 B
YAML
19 lines
406 B
YAML
version: '3'
|
|
|
|
services:
|
|
telegraf:
|
|
image: telegraf:1.13
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8094:8094
|
|
volumes:
|
|
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
|
|
monitor:
|
|
image: itzg/mc-monitor
|
|
command: gather-for-telegraf
|
|
restart: unless-stopped
|
|
environment:
|
|
GATHER_INTERVAL: 10s
|
|
GATHER_TELEGRAF_ADDRESS: telegraf:8094
|
|
GATHER_SERVERS: e6.jafner.net
|