Compose-Examples/examples/immich/.env
2024-11-21 09:21:03 +01:00

15 lines
367 B
Bash

# Versioning
IMMICH_VERSION=v1.121.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