Intial repository commit

This commit is contained in:
2025-11-25 14:15:40 -05:00
commit 44c853f580
67 changed files with 34583 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
glances:
image: nicolargo/glances:latest-full
container_name: glances
environment:
- TZ=America/Detroit
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /run/user/1000/podman/podman.sock:/run/user/1000/podman/podman.sock:ro
pid: host
privileged: true
networks:
- 'homelab'
ports:
- '61208:61208'
restart: unless-stopped
command: -w -B 0.0.0.0 --enable-cors
networks:
homelab:
external: true