mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
4f43d01607
clean up envs
16 lines
425 B
Bash
16 lines
425 B
Bash
# 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
|
|
|
|
# JWT SECRET
|
|
JWT_SECRET=9C9E6EE5B56F137D2123123123123 # change this to a secure random secret
|