docker/glances/docker-compse.yaml hinzugefügt

This commit is contained in:
2025-12-06 16:28:39 +01:00
parent f2d005968e
commit f363c0017d

View File

@@ -0,0 +1,20 @@
services:
glances:
container_name: glances
image: nicolargo/glances:latest-full
healthcheck:
test: curl -f http://localhost:61208/ || exit 1
mem_limit: 4g
cpu_shares: 768
security_opt:
- no-new-privileges:true
pid: host
privileged: true
network_mode: host
restart: on-failure:5
ports:
- 61208:61208
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
GLANCES_OPT: -w