From d95142b44c8a8579ba6f2ffc26e07bf39a69b25e Mon Sep 17 00:00:00 2001 From: okxlin Date: Thu, 13 Jun 2024 23:38:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0immich=E5=88=B01.106.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/immich/{1.105.1 => 1.106.3}/.env.sample | 0 apps/immich/{1.105.1 => 1.106.3}/config.env | 0 apps/immich/{1.105.1 => 1.106.3}/data.yml | 0 apps/immich/{1.105.1 => 1.106.3}/docker-compose.yml | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename apps/immich/{1.105.1 => 1.106.3}/.env.sample (100%) rename apps/immich/{1.105.1 => 1.106.3}/config.env (100%) rename apps/immich/{1.105.1 => 1.106.3}/data.yml (100%) rename apps/immich/{1.105.1 => 1.106.3}/docker-compose.yml (93%) diff --git a/apps/immich/1.105.1/.env.sample b/apps/immich/1.106.3/.env.sample similarity index 100% rename from apps/immich/1.105.1/.env.sample rename to apps/immich/1.106.3/.env.sample diff --git a/apps/immich/1.105.1/config.env b/apps/immich/1.106.3/config.env similarity index 100% rename from apps/immich/1.105.1/config.env rename to apps/immich/1.106.3/config.env diff --git a/apps/immich/1.105.1/data.yml b/apps/immich/1.106.3/data.yml similarity index 100% rename from apps/immich/1.105.1/data.yml rename to apps/immich/1.106.3/data.yml diff --git a/apps/immich/1.105.1/docker-compose.yml b/apps/immich/1.106.3/docker-compose.yml similarity index 93% rename from apps/immich/1.105.1/docker-compose.yml rename to apps/immich/1.106.3/docker-compose.yml index 28e687bf..e974fa31 100644 --- a/apps/immich/1.105.1/docker-compose.yml +++ b/apps/immich/1.106.3/docker-compose.yml @@ -4,7 +4,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.105.1 + image: altran1502/immich-server:v1.106.3 command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -24,7 +24,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.105.1 + image: altran1502/immich-server:v1.106.3 # extends: # file: hwaccel.yml # service: hwaccel @@ -45,7 +45,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-machine-learning:v1.105.1 + image: altran1502/immich-machine-learning:v1.106.3 volumes: - ${CACHE_PATH}:/cache env_file: