SteveLTN/https-portal

DOMAINS router?

fboucquez opened this issue · 4 comments

Hi @SteveLTN , thanks for your project!

Is it possible to have 2 services behind 2 domains like:

'service1.mydomain.io -> http://service1:100/'
'service2.mydomain.io -> http://service2:200/'

service1 and service2 are 2 containers running on the same compose. Both domains would point to the same ip.

There are some guides related but not quite:

https://github.com/SteveLTN/https-portal#multiple-domains ()
https://github.com/SteveLTN/https-portal#serving-static-sites (2 domain but to static files)

Yes! I just tried that and it worked out of the box!!! Awesome!

Yes, one liner in readme can help newies like me

I updated the document.