29 lines
919 B
Plaintext
29 lines
919 B
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
|
|
|
|
# Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs
|
|
# DB_STORAGE_TYPE: 'HDD'
|
|
|
|
# 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
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|