15 lines
367 B
Bash
Raw Normal View History

2024-03-08 02:04:40 +01:00
# Versioning
2024-11-21 09:21:03 +01:00
IMMICH_VERSION=v1.121.0
2024-03-08 02:04:40 +01:00
2023-02-15 22:45:31 +01:00
# Database
DB_HOSTNAME=immich-database
DB_USERNAME=postgres
DB_PASSWORD=MySecureDatabasePassword # change this
DB_DATABASE_NAME=immich
2023-02-15 22:45:31 +01:00
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
# Redis
REDIS_HOSTNAME=immich-redis
# Upload File Config
2024-10-30 19:22:00 +01:00
UPLOAD_LOCATION=/mnt/docker-volumes/immich/uploads # change this