Files
homelab-infra/host-services/glances/docker-compose.yml
T
2026-03-26 08:49:51 +00:00

18 lines
395 B
YAML

version: "3.9"
services:
glances:
image: nicolargo/glances:latest
container_name: Glances
restart: unless-stopped
network_mode: host
environment:
- TZ=Europe/Berlin
- GLANCES_OPT=-w
volumes:
- /mnt/user/appdata/glances:/etc/glances
- /etc/os-release:/etc/os-release:ro
- /:/rootfs:ro
- /var/run/docker.sock:/var/run/docker.sock:ro