Files
immich/.env
2025-10-28 12:04:28 -05:00

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