mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
immich tweaks
This commit is contained in:
+11
-15
@@ -1,21 +1,17 @@
|
||||
# IMMICH
|
||||
# documentation for env variables: https://immich.app/docs/install/environment-variables
|
||||
|
||||
## Global
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data
|
||||
TZ=America/Vancouver
|
||||
|
||||
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||||
|
||||
# The location where your uploaded files are stored
|
||||
UPLOAD_LOCATION=./library
|
||||
# The location where your database files are stored
|
||||
DB_DATA_LOCATION=./postgres
|
||||
|
||||
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||||
## App
|
||||
IMMICH_UPLOAD_LOCATION=./library
|
||||
IMMICH_DB_DATA_LOCATION=./postgres
|
||||
IMMICH_VERSION=release
|
||||
|
||||
DB_HOSTNAME=immich-postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
|
||||
REDIS_HOSTNAME=immich-redis
|
||||
IMMICH_DB_HOSTNAME=immich-postgres
|
||||
IMMICH_DB_PASSWORD=postgres
|
||||
IMMICH_DB_USERNAME=postgres
|
||||
IMMICH_DB_DATABASE_NAME=immich
|
||||
IMMICH_REDIS_HOSTNAME=immich-redis
|
||||
|
||||
Reference in New Issue
Block a user