# Core paths UPLOAD_LOCATION=/usr/src/app/upload DB_DATA_LOCATION=./postgres TZ=Australia/Melbourne # Immich version IMMICH_VERSION=release # Database config DB_USERNAME=postgres DB_PASSWORD=postgres DB_DATABASE_NAME=immich DB_HOST=database DB_PORT=5432 # Redis config REDIS_HOST=redis REDIS_PORT=6379 # Machine Learning service override MACHINE_LEARNING_URL=http://immich_machine_learning:3003