koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
166 stars 54 forks source link

Can I use a non-dockerized postgres instance with the koel docker image? #160

Open solomon-b opened 1 year ago

solomon-b commented 1 year ago

The README makes it appear that you have to use a dockerized DB with Koel:

DB_HOST: database. The name of the Docker container hosting the database. Koel needs to be on the same Docker network to find the database by its name.

Is it not possible to simply pass in an arbitrary Postgres connection string through the environment?