8 lines
200 B
Bash
8 lines
200 B
Bash
UPLOAD_LOCATION=/srv/photos
|
|
IMMICH_VERSION=release
|
|
DB_PASSWORD=postgres
|
|
DB_HOSTNAME=immich_postgres
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
DB_DATA_LOCATION=./postgres
|
|
REDIS_HOSTNAME=immich_redis |