tailnet/immich/example.env
2025-08-02 12:14:16 -06:00

14 lines
524 B
Bash

TS_HOSTNAME=immich
TS_AUTHKEY=tskey-client-nnn-nnn # Change required
TS_EXTRA_ARGS=--advertise-tags=tag:container
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