Intial repository commit
This commit is contained in:
21
glances/docker-compose.yml
Normal file
21
glances/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user