custom-fallback.yml 363 B

123456789101112131415
  1. services:
  2. sut:
  3. image: nginxproxy/nginx-proxy:test
  4. volumes:
  5. - /var/run/docker.sock:/tmp/docker.sock:ro
  6. - ./custom-fallback.conf:/etc/nginx/conf.d/zzz-custom-fallback.conf:ro
  7. http-only:
  8. image: web
  9. expose:
  10. - "83"
  11. environment:
  12. WEB_PORTS: "83"
  13. VIRTUAL_HOST: http-only.nginx-proxy.test
  14. HTTPS_METHOD: nohttps