2
0

test_nohttps.yml 320 B

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