update immich version
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-09-10 09:15:15 -03:00
parent aee5d2b484
commit c25cafc650
2 changed files with 2 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored # The location where your uploaded files are stored
UPLOAD_LOCATION=./library UPLOAD_LOCATION=/mnt/immich-library
# The Immich version to use. You can pin this to a specific version like "v1.71.0" # The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.137.3 IMMICH_VERSION=v1.141.1
# Connection secret for postgres. You should change it to a random password # Connection secret for postgres. You should change it to a random password
DB_PASSWORD=asdf1234 DB_PASSWORD=asdf1234
@@ -16,5 +16,3 @@ DB_USERNAME=postgres
DB_DATABASE_NAME=immich DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis REDIS_HOSTNAME=immich_redis
EXTERNAL_LIB_CANON=/mnt/Canon

View File

@@ -6,7 +6,6 @@ services:
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ${EXTERNAL_LIB_CANON}:/usr/src/app/external/canon:ro
env_file: env_file:
- .env - .env
ports: ports: