[mod] lib loc

This commit is contained in:
Andy Bunce 2025-03-09 21:28:20 +00:00
parent ecf88df5f7
commit d3f3e410f8
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,8 @@
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
# Library location
LIB_LOCATION=/srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/PicasaStarter/pictures/Pictures
# The location where your database files are stored
DB_DATA_LOCATION=./postgres

View file

@ -19,6 +19,7 @@ services:
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${LIB_LOCATION}:/mnt/photos2:ro
- /etc/localtime:/etc/localtime:ro
env_file:
- .env