2025-11-29 12:40:57 +00:00
|
|
|
# Versioning
|
2025-11-29 12:42:34 +00:00
|
|
|
IMMICH_VERSION=release
|
2025-11-29 12:40:57 +00:00
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
DB_HOSTNAME=immich-database
|
|
|
|
|
DB_USERNAME=postgres
|
|
|
|
|
DB_PASSWORD=MySecureDatabasePassword # change this
|
|
|
|
|
DB_DATABASE_NAME=immich
|
|
|
|
|
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
|
|
|
|
|
|
|
|
|
# Redis
|
|
|
|
|
REDIS_HOSTNAME=immich-redis
|
|
|
|
|
|
|
|
|
|
# Upload File Config
|
|
|
|
|
UPLOAD_LOCATION=/mnt/docker-volumes/immich/uploads # change this
|