Add all host names of host to ALLOWED_HOSTS
This allows to reach the service on all hosts names and IP addresses which are defined for the hosts. Really helpful in Docker environments where you can't ensure which IP address the host in running on. See https://stackoverflow.com/a/40665906
Closes #24 (closed)