2024-03-08 01:04:40 +00:00
|
|
|
# Versioning
|
2025-01-26 14:41:07 +00:00
|
|
|
IMMICH_VERSION=v1.125.3
|
2024-03-08 01:04:40 +00:00
|
|
|
|
2023-02-15 21:45:31 +00:00
|
|
|
# Database
|
|
|
|
DB_HOSTNAME=immich-database
|
|
|
|
DB_USERNAME=postgres
|
|
|
|
DB_PASSWORD=MySecureDatabasePassword # change this
|
2024-02-22 02:03:21 +00:00
|
|
|
DB_DATABASE_NAME=immich
|
2023-02-15 21:45:31 +00:00
|
|
|
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
|
|
|
|
|
|
|
# Redis
|
|
|
|
REDIS_HOSTNAME=immich-redis
|
|
|
|
|
|
|
|
# Upload File Config
|
2024-12-12 09:45:58 +00:00
|
|
|
UPLOAD_LOCATION=/mnt/docker-volumes/immich/uploads # change this
|