test_enabled.yml 237 B

12345678910111213
  1. services:
  2. nginx-proxy:
  3. environment:
  4. TRUST_DOWNSTREAM_PROXY: "true"
  5. web:
  6. image: web
  7. expose:
  8. - "80"
  9. environment:
  10. WEB_PORTS: "80"
  11. VIRTUAL_HOST: web.nginx-proxy.tld
  12. HTTPS_METHOD: noredirect