Skip to content

Commit

Permalink
chore(deps): update immich docker images to v1.124.2 (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent dca4442 commit 9b4aa3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Apps/immich-without-machine-learning/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich-without-machine-learning",
"version": "1.124.0",
"version": "1.124.2",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
2 changes: 1 addition & 1 deletion Apps/immich-without-machine-learning/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Main Immich Server service configuration
immich-server:
container_name: immich-server # Name of the running container
image: ghcr.io/immich-app/immich-server:v1.124.0 # Image to be used
image: ghcr.io/immich-app/immich-server:v1.124.2 # Image to be used
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
Expand Down
2 changes: 1 addition & 1 deletion Apps/immich/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "immich",
"version": "1.124.0",
"version": "1.124.2",
"image": "ghcr.io/immich-app/immich-server",
"youtube": "https://youtu.be/ZIx2jDHYjjE",
"docs_link": "",
Expand Down
4 changes: 2 additions & 2 deletions Apps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Main Immich Server service configuration
immich-server:
container_name: immich-server # Name of the running container
image: ghcr.io/immich-app/immich-server:v1.124.0 # Image to be used
image: ghcr.io/immich-app/immich-server:v1.124.2 # Image to be used
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
# Configuration for Immich Machine Learning service
immich-machine-learning:
container_name: immich-machine-learning # Name of the running container
image: ghcr.io/immich-app/immich-machine-learning:v1.124.0 # Image to be used
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2 # Image to be used
volumes: # Mounting directories for persistent data storage
- /DATA/AppData/$AppID/model-cache:/cache
environment: # Setting environment variables
Expand Down

0 comments on commit 9b4aa3d

Please sign in to comment.