1
0
Fork 0
docker-easy-haproxy/example.yml
2019-01-13 18:35:05 -06:00

23 lines
No EOL
399 B
YAML

stats:
username: admin
password: password
port: 1936
customerrors: true
easymapping:
- port: 80
hosts:
host1.com.br: container:5000
host2.com.br: other:3000
redirect:
www.host1.com.br: http://host1.com.br
- port: 443
ssl_cert: /etc/easyconfig/mycert.pem
hosts:
host1.com.br: container:80
- port: 8080
hosts:
host3.com.br: domain:8181