2
0

test_nohttp.yml 357 B

12345678910111213141516
  1. services:
  2. web2:
  3. image: web
  4. expose:
  5. - "82"
  6. environment:
  7. WEB_PORTS: "82"
  8. VIRTUAL_HOST: "web2.nginx-proxy.tld"
  9. HTTPS_METHOD: nohttp
  10. sut:
  11. image: nginxproxy/nginx-proxy:test
  12. volumes:
  13. - /var/run/docker.sock:/tmp/docker.sock:ro
  14. - ./certs:/etc/nginx/certs:ro
  15. - ./acme_root:/usr/share/nginx/html:ro