test_VIRTUAL_PORT.yml 247 B

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