riot doesn't have the network guts to docker.
This commit is contained in:
11
haproxy.sls
11
haproxy.sls
@@ -63,21 +63,10 @@ haproxy:
|
|||||||
default_backend: stats
|
default_backend: stats
|
||||||
acls:
|
acls:
|
||||||
- host_stats hdr_beg(host) -i stats.
|
- host_stats hdr_beg(host) -i stats.
|
||||||
- host_docker hdr_beg(host) -i docker-registry.
|
|
||||||
use_backends:
|
use_backends:
|
||||||
- grafana if host_stats
|
- grafana if host_stats
|
||||||
- docker-registry if host_docker
|
|
||||||
backends:
|
backends:
|
||||||
backend1:
|
backend1:
|
||||||
name: docker-registry
|
|
||||||
balance: roundrobin
|
|
||||||
servers:
|
|
||||||
server1:
|
|
||||||
name: pine01
|
|
||||||
host: 127.0.0.1
|
|
||||||
port: 5000
|
|
||||||
check: check
|
|
||||||
backend2:
|
|
||||||
name: grafana
|
name: grafana
|
||||||
balance: roundrobin
|
balance: roundrobin
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
Reference in New Issue
Block a user