test_http_port.yml 299 B

1234567891011121314151617
  1. version: "2"
  2. services:
  3. web1:
  4. image: web
  5. expose:
  6. - "81"
  7. environment:
  8. WEB_PORTS: "81"
  9. VIRTUAL_HOST: "*.nginx-proxy.tld"
  10. sut:
  11. image: nginxproxy/nginx-proxy:test
  12. volumes:
  13. - /var/run/docker.sock:/tmp/docker.sock:ro
  14. environment:
  15. HTTP_PORT: 8080