Add glances/docker-compose.yml

This commit is contained in:
2026-02-02 16:14:07 +00:00
parent 3e7bad4578
commit 5405d908ab

View File

@@ -0,0 +1,14 @@
services:
monitoring:
image: nicolargo/glances:ubuntu-latest-full
container_name: glances
restart: always
ports:
- 61208-61209:61208-61209
pid: host
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /run/user/1000/podman/podman.sock:/run/user/1000/podman/podman.sock
environment:
- "GLANCES_OPT=-w"