Files
immich/example.env
2026-06-17 18:10:14 +00:00

15 lines
227 B
Bash

TZ=Europe/Oslo
IMMICH_VERSION=release
DB_USERNAME=immich
DB_PASSWORD=example-secret-long-password-change-me
DB_DATABASE_NAME=immich
DB_HOSTNAME=database
DB_PORT=5432
DB_STORAGE_TYPE=SSD
REDIS_HOSTNAME=redis
REDIS_PORT=6379