test_VIRTUAL_PORT.yml 300 B

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