15 lines
381 B
YAML
15 lines
381 B
YAML
services:
|
|
monitoring:
|
|
image: nicolargo/glances:ubuntu-latest-full
|
|
container_name: glances
|
|
restart: always
|
|
ports:
|
|
- 61208-61209:61208-61209
|
|
pid: host
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /run/user/1000/podman/podman.sock:/run/user/1000/podman/podman.sock
|
|
environment:
|
|
- "GLANCES_OPT=-w"
|