LibrePhotos / librephotos-docker

You can find here the Dockerfiles for the automated build process of LibrePhotos.
MIT License
157 stars 101 forks source link

Own existing Postgres server #74

Closed luk6173 closed 2 years ago

luk6173 commented 2 years ago

Hi,

I set the variable dbHost to my own Postgres server, of course also dbUser and dbPass, removed

https://github.com/LibrePhotos/librephotos-docker/blob/69b11e481c0fd093738553d43116d482e2eaceb8/docker-compose.yml#L25-L41

and https://github.com/LibrePhotos/librephotos-docker/blob/69b11e481c0fd093738553d43116d482e2eaceb8/docker-compose.yml#L81-L84

from my docker-compose.yml and deployed it. I can access the Web-GUI but I can't login with my set admin credentials. What's wrong or what I need else to do to run the librephotos DB on my own Postgres SQL Server?

Thank you, Lukas

luk6173 commented 2 years ago

Got it, joined the correct Network on Backend Docker, now it connects to my Postgres SQL Server and works fine!