2017-11-09 03:30:24 +00:00
|
|
|
web1:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "81"
|
|
|
|
environment:
|
|
|
|
WEB_PORTS: "81"
|
|
|
|
VIRTUAL_HOST: "web1.nginx-proxy.tld"
|
|
|
|
|
|
|
|
web2:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "81"
|
|
|
|
environment:
|
|
|
|
WEB_PORTS: "81"
|
|
|
|
VIRTUAL_HOST: "web2.nginx-proxy.tld"
|
|
|
|
HSTS: "off"
|
|
|
|
|
|
|
|
web3:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "81"
|
|
|
|
environment:
|
|
|
|
WEB_PORTS: "81"
|
|
|
|
VIRTUAL_HOST: "web3.nginx-proxy.tld"
|
|
|
|
HSTS: "max-age=86400; includeSubDomains; preload"
|
|
|
|
|
2018-03-26 17:27:30 +00:00
|
|
|
web4:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "81"
|
|
|
|
environment:
|
|
|
|
WEB_PORTS: "81"
|
|
|
|
VIRTUAL_HOST: "web4.nginx-proxy.tld"
|
|
|
|
HSTS: "off"
|
|
|
|
HTTPS_METHOD: "noredirect"
|
|
|
|
|
2017-11-09 03:30:24 +00:00
|
|
|
sut:
|
|
|
|
image: jwilder/nginx-proxy:test
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
|
|
- ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
|
|
|
|
- ./certs:/etc/nginx/certs:ro
|