test_http.yml 275 B

1234567891011121314
  1. web:
  2. image: web
  3. expose:
  4. - "80"
  5. environment:
  6. WEB_PORTS: 80
  7. VIRTUAL_HOST: web.nginx-proxy.tld
  8. sut:
  9. image: nginxproxy/nginx-proxy:test
  10. volumes:
  11. - /var/run/docker.sock:/tmp/docker.sock:ro
  12. - ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro