commit 8bce581283cf5188c88bfead7b0abc7811f5e2f6 Author: traveler Date: Wed Jan 22 13:56:06 2025 -0600 fgh diff --git a/Compose/monitor.yaml b/Compose/monitor.yaml new file mode 100644 index 0000000..19a7110 --- /dev/null +++ b/Compose/monitor.yaml @@ -0,0 +1,24 @@ +services: + + + + glances: + image: nicolargo/glances + container_name: glances + hostname: glances + restart: always + network_mode: host + privileged: true + pid: host + volumes: + - /DockerVol/glances/config:/glances/conf + - /var/run/docker.sock:/var/run/docker.sock + environment: + - TZ=America/Chicago + - "GLANCES_OPT=-w" + ports: + - 61208-61209:61208-61209 + +networks: + netgrimoire: + external: true \ No newline at end of file