11 lines
410 B
Bash
11 lines
410 B
Bash
BASE_DATA_DIR=${BASE_DATA_DIR:-.} # If desired, change data store location
|
|
|
|
# You can find documentation for all the supported env variables at
|
|
# https://immich.app/docs/install/environment-variables
|
|
UPLOAD_LOCATION=${BASE_DATA_DIR}/immich-data/library
|
|
DB_DATA_LOCATION=${BASE_DATA_DIR}/immich-data/postgres
|
|
# TZ=Etc/UTC
|
|
IMMICH_VERSION=release
|
|
DB_PASSWORD=postgres
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|