Closed luk6173 closed 2 years ago
Hi,
I set the variable dbHost to my own Postgres server, of course also dbUser and dbPass, removed
dbHost
dbUser
dbPass
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
Got it, joined the correct Network on Backend Docker, now it connects to my Postgres SQL Server and works fine!
Hi,
I set the variable
dbHost
to my own Postgres server, of course alsodbUser
anddbPass
, removedhttps://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