From 977234e38f3c0e34e8916da578b8b7afed80eebf Mon Sep 17 00:00:00 2001
From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com>
Date: Tue, 30 May 2023 14:22:16 -0400
Subject: [PATCH] Update Immich to v1.59.1 (#629)

---
 apps/immich/config.json        |  4 ++--
 apps/immich/docker-compose.yml | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/apps/immich/config.json b/apps/immich/config.json
index 2011bee4..3e6c1889 100644
--- a/apps/immich/config.json
+++ b/apps/immich/config.json
@@ -5,8 +5,8 @@
   "exposable": true,
   "port": 8128,
   "id": "immich",
-  "tipi_version": 14,
-  "version": "v1.59.0",
+  "tipi_version": 15,
+  "version": "v1.59.1",
   "categories": ["data", "photography"],
   "description": "Photo and video backup solution directly from your mobile phone.",
   "short_desc": "Photo and video backup solution directly from your mobile phone.",
diff --git a/apps/immich/docker-compose.yml b/apps/immich/docker-compose.yml
index bf71d3eb..3e428aa5 100644
--- a/apps/immich/docker-compose.yml
+++ b/apps/immich/docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.7"
 services:
   immich:
     container_name: immich
-    image: altran1502/immich-proxy:v1.59.0
+    image: altran1502/immich-proxy:v1.59.1
     ports:
       - ${APP_PORT}:8080
     depends_on:
@@ -25,7 +25,7 @@ services:
 
   immich-server:
     container_name: immich-server
-    image: altran1502/immich-server:v1.59.0
+    image: altran1502/immich-server:v1.59.1
     command: ["start-server.sh"]
     volumes:
       - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@@ -50,7 +50,7 @@ services:
 
   immich-microservices:
     container_name: immich-microservices
-    image: altran1502/immich-server:v1.59.0
+    image: altran1502/immich-server:v1.59.1
     command: ["start-microservices.sh"]
     volumes:
       - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@@ -75,7 +75,7 @@ services:
 
   immich-machine-learning:
     container_name: immich-machine-learning
-    image: altran1502/immich-machine-learning:v1.59.0
+    image: altran1502/immich-machine-learning:v1.59.1
     volumes:
       - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
       - ${APP_DATA_DIR}/data/immich-ml-cache:/cache
@@ -96,7 +96,7 @@ services:
 
   immich-web:
     container_name: immich-web
-    image: altran1502/immich-web:v1.59.0
+    image: altran1502/immich-web:v1.59.1
     restart: unless-stopped
     networks:
       - tipi_main_network