test_acme-http-challenge-location-legacy.yml 554 B

1234567891011121314151617181920212223242526
  1. services:
  2. web1:
  3. image: web
  4. expose:
  5. - "81"
  6. environment:
  7. WEB_PORTS: "81"
  8. VIRTUAL_HOST: "web1.nginx-proxy.tld"
  9. web2:
  10. image: web
  11. expose:
  12. - "82"
  13. environment:
  14. WEB_PORTS: "82"
  15. VIRTUAL_HOST: "web2.nginx-proxy.tld"
  16. HTTPS_METHOD: noredirect
  17. sut:
  18. image: nginxproxy/nginx-proxy:test
  19. environment:
  20. ACME_HTTP_CHALLENGE_LOCATION: "legacy"
  21. volumes:
  22. - /var/run/docker.sock:/tmp/docker.sock:ro
  23. - ./certs:/etc/nginx/certs:ro
  24. - ./acme_root:/usr/share/nginx/html:ro