LRVT 5af2bbb049
All checks were successful
CI / validateComposeSyntax (push) Successful in 24s
chore: bump immich
2025-07-25 01:10:20 +02:00

16 lines
368 B
Bash

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