Skip to content

Commit

Permalink
Freeze versions; update to v1.101.0
Browse files Browse the repository at this point in the history
Remove IMMICH_VERSION from the environment, as it is not used
(although it would be better to use it instead).
  • Loading branch information
vozhyk- authored and jbtrystram committed Apr 11, 2024
1 parent dfbd173 commit b114146
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions env-example.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# The location where your uploaded files are stored
UPLOAD_LOCATION=./path/to/your/local/library/upload/target/

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.94.1

# Connection secret for postgres. You should change it to a random password.
# The two values should match
DB_PASSWORD=postgres
Expand Down
2 changes: 1 addition & 1 deletion immich-machine-learning.container
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Container]
Pod=immich.pod
ContainerName=immich_machine_learning
Image=ghcr.io/immich-app/immich-machine-learning:release
EnvironmentFile=immich.env
Image=ghcr.io/immich-app/immich-machine-learning:v1.101.0
Volume=model-cache:/cache

[Service]
Expand Down
2 changes: 1 addition & 1 deletion immich-redis.container
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Container]
Pod=immich.pod
ContainerName=immich_redis
Image=docker.io/redis:6.2-alpine@sha256:afb290a0a0d0b2bd7537b62ebff1eb84d045c757c1c31ca2ca48c79536c0de82
Image=docker.io/redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5

[Service]
Restart=always
2 changes: 1 addition & 1 deletion immich-server.image
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Wants=network-online.target nss-lookup.target
After=network-online.target nss-lookup.target

[Image]
Image=ghcr.io/immich-app/immich-server:v1.98.1
Image=ghcr.io/immich-app/immich-server:v1.101.0

0 comments on commit b114146

Please sign in to comment.