ned-kelly / docker-multicontainer-libretime

A multi-container deployment of the Libretime Radio Broadcast Server, PostgreSQL, Icecast2 & RabbitMQ, all based on Ubuntu Xenial & Alpine Linux!
56 stars 22 forks source link

web log in with FQDN #2

Closed frecuencialibre closed 5 years ago

frecuencialibre commented 5 years ago

Hi again,

This install method has worked flawlessly when I was testing it on my laptop, but I'm now unable to log in to the install I've made on a web-accessible server with an EXTERNAL_HOSTNAME specified in the .env file.

I noticed your note:

There seems to be a bug in the current build of Libretime where if you run Postgres on another host the web/ui fails to log in (without any logs/errors showing anywhere)... After much pain trying to get this running "properly", the quick and simple fix has been to use a TCP proxy, that just proxies the PostgreSQL port:5432 to the actual dedicated postgres container.

Is any additional action needed in order to set up this TCP proxy, or should it already be working?

thank you!!!

frecuencialibre commented 5 years ago

d'oh! I had forgotten to add my domain name (aka. EXTERNAL_HOSTNAME) in the hosts file (/etc/hosts in our case) of the VM where I created these containers:

127.0.0.1 localhost ourdomain.com

sorry for the noise!