LibrePhotos / librephotos-docker

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

Add variable to .env to change db host #31

Closed tomlawesome closed 3 years ago

tomlawesome commented 3 years ago

Change the backend container's compose snippet to use the environment variable dbHost. Added the default .env file to include dbHost=db as standard.

By default the postgres container will be used. If changed, it will not use the db container and the user can remove it if desired or just let in run in the background.

derneuere commented 3 years ago

Looks good to me 👍