From fdef69893e4fc85adb8f2a867e5da7a7353b5029 Mon Sep 17 00:00:00 2001 From: okxlin Date: Sat, 20 Jan 2024 23:01:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0immich=201.93.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/immich/{1.92.1 => 1.93.2}/.env.sample | 0 apps/immich/{1.92.1 => 1.93.2}/config.env | 0 apps/immich/{1.92.1 => 1.93.2}/data.yml | 0 apps/immich/{1.92.1 => 1.93.2}/docker-compose.yml | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename apps/immich/{1.92.1 => 1.93.2}/.env.sample (100%) rename apps/immich/{1.92.1 => 1.93.2}/config.env (100%) rename apps/immich/{1.92.1 => 1.93.2}/data.yml (100%) rename apps/immich/{1.92.1 => 1.93.2}/docker-compose.yml (93%) diff --git a/apps/immich/1.92.1/.env.sample b/apps/immich/1.93.2/.env.sample similarity index 100% rename from apps/immich/1.92.1/.env.sample rename to apps/immich/1.93.2/.env.sample diff --git a/apps/immich/1.92.1/config.env b/apps/immich/1.93.2/config.env similarity index 100% rename from apps/immich/1.92.1/config.env rename to apps/immich/1.93.2/config.env diff --git a/apps/immich/1.92.1/data.yml b/apps/immich/1.93.2/data.yml similarity index 100% rename from apps/immich/1.92.1/data.yml rename to apps/immich/1.93.2/data.yml diff --git a/apps/immich/1.92.1/docker-compose.yml b/apps/immich/1.93.2/docker-compose.yml similarity index 93% rename from apps/immich/1.92.1/docker-compose.yml rename to apps/immich/1.93.2/docker-compose.yml index c46d6c2b..003e2982 100644 --- a/apps/immich/1.92.1/docker-compose.yml +++ b/apps/immich/1.93.2/docker-compose.yml @@ -5,7 +5,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.92.1 + image: altran1502/immich-server:v1.93.2 command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -25,7 +25,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.92.1 + image: altran1502/immich-server:v1.93.2 # extends: # file: hwaccel.yml # service: hwaccel @@ -46,7 +46,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-machine-learning:v1.92.1 + image: altran1502/immich-machine-learning:v1.93.2 volumes: - ${CACHE_PATH}:/cache env_file: