Files
immich/.env.sample
2026-02-11 02:40:23 +01:00

34 lines
887 B
Plaintext

TYPE=immich
DOMAIN=immich.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.immich.example.com`'
LETS_ENCRYPT_ENV=production
ENABLE_BACKUPS=true
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# 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
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
#DB_STORAGE_TYPE=HDD
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"