Removed typesence container from Immich due to braking changes in 1.91

This commit is contained in:
Max Buz
2023-12-17 11:46:01 +01:00
committed by GitHub
parent 358aa9eb62
commit 1a10e2d682

View File

@@ -7,7 +7,7 @@ UPLOAD_LOCATION=/path/to/media/folder
IMMICH_VERSION=release IMMICH_VERSION=release
# Connection secrets for postgres and typesense. You should change these to random passwords # Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=some_random_text # TYPESENSE_API_KEY=some_random_text
DB_PASSWORD=strong_password DB_PASSWORD=strong_password
# The values below this line do not need to be changed # The values below this line do not need to be changed