first working version

This commit is contained in:
contraintuitiv
2026-01-11 21:41:43 +01:00
parent 811fbf6f68
commit 8c554b29e0
3 changed files with 36 additions and 0 deletions

View File

@ -22,4 +22,18 @@ DB_DATA_LOCATION=./postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
#### from here on you can edit again
SECRET_DB_PASSWORD_VERSION=v1
## Additional Storage:
# COMPOSE_FILE="compose.yml"
# external storage
# COMPOSE_FILE="$COMPOSE_FILE:compose.storage.yml"
# STORAGE_DEVICE="//uxxxxx-sub1.your-server.de/uxxxxx-sub1"
# STORAGE_USERNAME="uuxxxxx-sub1"
# STORAGE_PASSWORD="<your-password-not-to-be-checked-in-unencrypted-in-a-git-repository-"
# STORAGE_READONLY=":ro"