To make the whole setup ready for deployment on multiple hosts, I guess it's a good idea to remove the Apache Listens on the different domains and let them listen on 0.0.0.0 & ::/0 per default and only selecting vhosts by hostname.
That way container could be started easily on any host enabling the option for having multiple IPs per Domain in DNS, using a Loadbalancer which forwards traffic to application servers running Migrid or even using Anycast Routing.
Also this would make the Apache config way simple :-)
To make the whole setup ready for deployment on multiple hosts, I guess it's a good idea to remove the Apache
Listenson the different domains and let them listen on0.0.0.0&::/0per default and only selecting vhosts by hostname.That way container could be started easily on any host enabling the option for having multiple IPs per Domain in DNS, using a Loadbalancer which forwards traffic to application servers running Migrid or even using Anycast Routing.
Also this would make the Apache config way simple :-)