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
|
|
|
|
|
2023-03-20 18:26:16 +00:00
|
|
|
# TYPESENSE
|
2023-12-16 04:14:22 +00:00
|
|
|
# only relevant for immich < 1.91.0
|
2023-12-16 04:15:12 +00:00
|
|
|
TYPESENSE_API_KEY=E5B56F137D21231231 # change this to a secure random secret
|
|
|
|
TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense # change this
|
2023-03-20 18:26:16 +00:00
|
|
|
|
2023-02-15 21:45:31 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# MAPBOX
|
|
|
|
## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
|
|
|
|
ENABLE_MAPBOX=false
|
|
|
|
|
|
|
|
# WEB
|
2023-11-21 11:57:50 +00:00
|
|
|
#MAPBOX_KEY=
|
|
|
|
#VITE_SERVER_ENDPOINT=http://localhost:2283/api
|