byjg / docker-easy-haproxy

Discover services and create dynamically the haproxy.cfg based on the labels defined in docker containers or from a simple static Yaml
MIT License
56 stars 13 forks source link

How do we handle multiple domains? #19

Closed josegonzalez closed 2 years ago

josegonzalez commented 2 years ago

Some of the other proxy plugins I have in Dokku use comma-separated lists. Is that the method here, or should we have 1 definition per domain?

byjg commented 2 years ago

Currently, we have one domain per definition. But I believe I can implement a host list.

byjg commented 2 years ago

PR #23