20 lines
703 B
Plaintext
20 lines
703 B
Plaintext
|
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||
|
|
||
|
# TODO: make these vars to be used from ../.env
|
||
|
PATH_PHOTOS=~/ssd-2tb/media/photos
|
||
|
HOSTNAME_PHOTOS=photos.home.antonshubin.com
|
||
|
|
||
|
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||
|
IMMICH_VERSION=release
|
||
|
|
||
|
# Connection secret for postgres. You should change it to a random password
|
||
|
DB_PASSWORD=postgresS3cr3t
|
||
|
|
||
|
# The values below this line do not need to be changed
|
||
|
###################################################################################
|
||
|
DB_HOSTNAME=immich_postgres
|
||
|
DB_USERNAME=postgres
|
||
|
DB_DATABASE_NAME=immich
|
||
|
|
||
|
REDIS_HOSTNAME=immich_redis
|