This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
docker-discover/config.yml

14 lines
280 B
YAML

delay: 4
debug: false
events: [service, node]
docker:
socketPath: /var/run/docker.sock
rproxy:
hosts:
- rproxy1.local
- rproxy2.local
auth:
username: root,
privateKey: /root/.ssh/id_rsa
confPath: /etc/haproxy/haproxy.cfg
reloadCmd: service haproxy reload