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

56 lines
788 B
YAML
Raw Normal View History

2020-01-28 13:57:24 +00:00
delay: 4
2021-02-22 10:22:35 +00:00
debug: true
2020-01-28 13:57:24 +00:00
events: [service, node]
docker:
socketPath: /var/run/docker.sock
rproxy:
hosts:
- rproxy1.local
- rproxy2.local
auth:
2021-11-22 14:45:49 +00:00
username: root
2020-01-28 13:57:24 +00:00
privateKey: /root/.ssh/id_rsa
2021-11-22 14:45:49 +00:00
confDir: /etc/haproxy
reloadCmd: service haproxy reload
acls:
public:
ips:
- 0.0.0.0/0
zones:
- public
private:
ips:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
zones:
- private
it:
ips:
- 10.5.2.0/24
zones:
- it
sysadmin:
ips:
- 10.5.1.0/24
zones:
- dmz
- it
defaults:
https: true
zone: public
domains:
domain.local:
foo:
rules:
- foo
- domain:
- foo1
- foo2
path:
- /foo
- /bar
https: false
zone: dmz
bar: