test_server-down.yml 266 B

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