Compose-Examples/examples/immich/.env

19 wiersze
463 B
Bash
Czysty Zwykły widok Historia

2024-03-08 01:04:40 +00:00
# Versioning
2024-05-15 17:24:23 +00:00
IMMICH_VERSION=v1.105.1
2024-03-08 01:04:40 +00:00
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
2023-02-15 21:45:31 +00:00
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