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

Remote Database support #13

Open hairmare opened 5 years ago

hairmare commented 5 years ago

This docker setup uses a tcp tunnel to access the database remotely as documented here:

https://github.com/ned-kelly/docker-multicontainer-libretime/blob/4a7d99ba774dc5862b661a396ea18b52868401bc/Dockerfile#L34-L35

Using a remote database is possible with LibreTime nowadays. I run my production setup in a bunch of VMs that connect to a remote DB cluster. In fact this was one of the early fixes I did to the LibreTime code-base.