7 lines
336 B
YAML
7 lines
336 B
YAML
# Docker host home reads live container status from - only ever the local
|
|
# socket for prod. dev/vpn are separate hosts with their own Docker daemons
|
|
# and are deliberately not reachable from here (see architecture diagram in
|
|
# the README), so their services are plain links, not live widgets.
|
|
my-docker:
|
|
socket: /var/run/docker.sock
|