immich/.env hinzugefügt
This commit is contained in:
15
immich/.env
Normal file
15
immich/.env
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Versioning
|
||||||
|
IMMICH_VERSION=v2.3.1
|
||||||
|
|
||||||
|
# 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
|
||||||
Reference in New Issue
Block a user