Files
Compose-Examples/examples/immich/.env
LRVT ce55589ecd
All checks were successful
CI / validateComposeSyntax (push) Successful in 21s
Update IMMICH_VERSION to v2.4.0
2025-12-18 17:12:45 +01:00

16 lines
366 B
Bash

# Versioning
IMMICH_VERSION=v2.4.0
# 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