xyz.senan.compose-status.group label to any container in a projectservices:
status:
image: sentriz/compose-status
environment:
# see the `-h` for all args. they translate to env
# variables with a `CS_` prefix
- CS_PAGE_TITLE=my.domain status
- CS_SCAN_INTERVAL=5
- CS_HIST_WINDOW=1800
expose:
- 80
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /proc:/host_proc:ro
- ./data:/data

Content type
Image
Digest
Size
4.3 MB
Last updated
almost 6 years ago
docker pull sentriz/compose-status