18 lines
363 B
YAML
Executable file
18 lines
363 B
YAML
Executable file
version: '3'
|
|
|
|
services:
|
|
glances:
|
|
container_name: glances
|
|
image: nicolargo/glances:3.2.0
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
- GLANCES_OPT="-w"
|
|
pid: host
|
|
networks:
|
|
- srv
|
|
expose:
|
|
- 61208
|
|
environment:
|
|
- VIRTUAL_HOST=${HOST_GLANCES}.${DOMAIN}
|
|
- VIRTUAL_PORT=61208
|