Centralize version management

This commit is contained in:
Thomas Kleinendorst 2024-12-30 11:26:27 +01:00
parent 2445a3f622
commit 4c5a875b2c
15 changed files with 41 additions and 26 deletions

View file

@ -9,7 +9,7 @@ DB_DATA_LOCATION={{ immich_database_location }}
TZ=Europe/Amsterdam
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION={{ immich_version }}
IMMICH_VERSION={{ versions.immich }}
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces

View file

@ -1,4 +1,3 @@
---
immich_version: v1.123.0
immich_upload_location: '/bulk/immich_uploads'
immich_database_location: '/bulk/immich_database'