mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-15 10:09:54 +00:00
Update .env
clean up envs
This commit is contained in:
parent
91fbb58a62
commit
4f43d01607
@ -5,11 +5,6 @@ DB_PASSWORD=MySecureDatabasePassword # change this
|
|||||||
DB_DATABASE_NAME=immich
|
DB_DATABASE_NAME=immich
|
||||||
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
||||||
|
|
||||||
# TYPESENSE
|
|
||||||
# only relevant for immich < 1.91.0
|
|
||||||
TYPESENSE_API_KEY=E5B56F137D21231231 # change this to a secure random secret
|
|
||||||
TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense # change this
|
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
REDIS_HOSTNAME=immich-redis
|
REDIS_HOSTNAME=immich-redis
|
||||||
|
|
||||||
@ -18,11 +13,3 @@ UPLOAD_LOCATION=/mnt/docker-volumes/immich/uploads # change this
|
|||||||
|
|
||||||
# JWT SECRET
|
# JWT SECRET
|
||||||
JWT_SECRET=9C9E6EE5B56F137D2123123123123 # change this to a secure random 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
|
|
||||||
#MAPBOX_KEY=
|
|
||||||
#VITE_SERVER_ENDPOINT=http://localhost:2283/api
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user