test_nohttps.yml 334 B

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