2016-12-09 23:53:23 +00:00
|
|
|
web1:
|
|
|
|
image: web
|
|
|
|
expose:
|
|
|
|
- "81"
|
|
|
|
environment:
|
|
|
|
WEB_PORTS: "81"
|
|
|
|
VIRTUAL_HOST: "*.nginx-proxy.tld"
|
|
|
|
|
|
|
|
sut:
|
|
|
|
image: jwilder/nginx-proxy:test
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
2017-02-01 07:41:12 +00:00
|
|
|
- ./certs:/etc/nginx/certs:ro
|