separate immich variables
This commit is contained in:
12
.env.example
12
.env.example
@@ -13,12 +13,12 @@ GITEA_CONFIG_LOCATION=/data/gitea/config
|
||||
#############################
|
||||
# Immich variables
|
||||
#############################
|
||||
UPLOAD_LOCATION=/data/immich
|
||||
IMMICH_UPLOAD_LOCATION=/data/immich
|
||||
IMMICH_VERSION=release
|
||||
|
||||
DB_HOSTNAME=immich_postgres
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=password
|
||||
DB_DATABASE_NAME=immich
|
||||
IMMICH_DB_HOSTNAME=immich_postgres
|
||||
IMMICH_DB_USERNAME=postgres
|
||||
IMMICH_DB_PASSWORD=password
|
||||
IMMICH_DB_DATABASE_NAME=immich
|
||||
|
||||
REDIS_HOSTNAME=immich_redis
|
||||
IMMICH_REDIS_HOSTNAME=immich_redis
|
||||
Reference in New Issue
Block a user