mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
21 lines
606 B
Bash
21 lines
606 B
Bash
|
|
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"
|
|
IMMICH_VERSION=release
|
|
|
|
DB_HOSTNAME=immich-postgres
|
|
DB_PASSWORD=postgres
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
|
|
REDIS_HOSTNAME=immich-redis |