test_http3-vhost.yml 764 B

123456789101112131415161718192021222324252627282930313233
  1. services:
  2. http3-vhost-enabled:
  3. image: web
  4. expose:
  5. - "80"
  6. environment:
  7. WEB_PORTS: "80"
  8. VIRTUAL_HOST: http3-vhost-enabled.nginx-proxy.tld
  9. labels:
  10. com.github.nginx-proxy.nginx-proxy.http3.enable: "true"
  11. http3-vhost-disabled:
  12. image: web
  13. expose:
  14. - "80"
  15. environment:
  16. WEB_PORTS: "80"
  17. VIRTUAL_HOST: http3-vhost-disabled.nginx-proxy.tld
  18. labels:
  19. com.github.nginx-proxy.nginx-proxy.http3.enable: "false"
  20. http3-vhost-default-disabled:
  21. image: web
  22. expose:
  23. - "80"
  24. environment:
  25. WEB_PORTS: "80"
  26. VIRTUAL_HOST: http3-vhost-default-disabled.nginx-proxy.tld
  27. sut:
  28. image: nginxproxy/nginx-proxy:test
  29. volumes:
  30. - /var/run/docker.sock:/tmp/docker.sock:ro