Files
Compose-Examples/examples/immich/.env
T
LRVT 09999d7c51
CI / validateComposeSyntax (push) Successful in 22s
Update .env
2026-07-02 16:27:23 +02:00

16 lines
366 B
Bash

# Versioning
IMMICH_VERSION=v3.0.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