2
0

test_server-debug-flag.yml 426 B

12345678910111213141516171819202122232425
  1. web1:
  2. image: web
  3. expose:
  4. - "80"
  5. - "81"
  6. environment:
  7. WEB_PORTS: "80 81"
  8. VIRTUAL_HOST: "web1.nginx-proxy.tld"
  9. VIRTUAL_PORT: "82"
  10. DEBUG: "true"
  11. web2:
  12. image: web
  13. expose:
  14. - "82"
  15. - "83"
  16. environment:
  17. WEB_PORTS: "82 83"
  18. VIRTUAL_HOST: "web2.nginx-proxy.tld"
  19. VIRTUAL_PORT: "82"
  20. sut:
  21. image: nginxproxy/nginx-proxy:test
  22. volumes:
  23. - /var/run/docker.sock:/tmp/docker.sock:ro