39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
TYPE=immich
|
|
|
|
DOMAIN=immich.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.immich.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
|
|
|
# The location where your uploaded files are stored
|
|
UPLOAD_LOCATION=./library
|
|
# The location where your database files are stored
|
|
DB_DATA_LOCATION=./postgres
|
|
|
|
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
|
# TZ=Etc/UTC
|
|
|
|
# The values below this line do not need to be changed
|
|
###################################################################################
|
|
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" |