Compose-Examples/examples/immich/.env

29 lines
785 B
Bash
Raw Normal View History

2023-02-15 21:45:31 +00:00
# Database
DB_HOSTNAME=immich-database
DB_USERNAME=postgres
DB_PASSWORD=MySecureDatabasePassword # change this
DB_DATABASE_NAME=immich-psgdb
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
# Typesense
# TYPESENSE
2023-03-20 18:29:19 +00:00
TYPESENSE_API_KEY=E5B56F137D21231231 # change this to a secure random secret
TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense # change this
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