Initial commit

This commit is contained in:
2023-06-14 12:34:50 +02:00
parent edf2f346b7
commit ac10b43a8a
18 changed files with 466 additions and 0 deletions

View File

@ -0,0 +1,15 @@
version: '3.7'
services:
glances:
image: nicolargo/glances:latest
restart: always
ports:
- 61208:61208
# - "61209:61209"
environment:
# - GLANCES_OPT="-w"
GLANCES_OPT: "-w"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /srv/dev-disk-by-uuid-cda15581-b397-4ab7-8698-acea81fc1e9c/glances:/config/glances.conf
pid: "host"