nohttps-on-app.yml 239 B

12345678910111213
  1. services:
  2. nginx-proxy:
  3. environment:
  4. HTTPS_METHOD: redirect
  5. http-only:
  6. image: web
  7. expose:
  8. - "83"
  9. environment:
  10. WEB_PORTS: "83"
  11. HTTPS_METHOD: nohttps
  12. VIRTUAL_HOST: http-only.nginx-proxy.test