From 6bd5cb454a905a1f2ea321c372e9ad7fe216b476 Mon Sep 17 00:00:00 2001 From: okxlin Date: Mon, 7 Oct 2024 13:46:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0immich=E5=88=B01.117.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/immich/{1.116.2 => 1.117.0}/.env.sample | 0 apps/immich/{1.116.2 => 1.117.0}/data.yml | 0 apps/immich/{1.116.2 => 1.117.0}/docker-compose.yml | 5 ++--- apps/immich/release/docker-compose.yml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) rename apps/immich/{1.116.2 => 1.117.0}/.env.sample (100%) rename apps/immich/{1.116.2 => 1.117.0}/data.yml (100%) rename apps/immich/{1.116.2 => 1.117.0}/docker-compose.yml (94%) diff --git a/apps/immich/1.116.2/.env.sample b/apps/immich/1.117.0/.env.sample similarity index 100% rename from apps/immich/1.116.2/.env.sample rename to apps/immich/1.117.0/.env.sample diff --git a/apps/immich/1.116.2/data.yml b/apps/immich/1.117.0/data.yml similarity index 100% rename from apps/immich/1.116.2/data.yml rename to apps/immich/1.117.0/data.yml diff --git a/apps/immich/1.116.2/docker-compose.yml b/apps/immich/1.117.0/docker-compose.yml similarity index 94% rename from apps/immich/1.116.2/docker-compose.yml rename to apps/immich/1.117.0/docker-compose.yml index 6085b384b..bf703db97 100644 --- a/apps/immich/1.116.2/docker-compose.yml +++ b/apps/immich/1.117.0/docker-compose.yml @@ -4,8 +4,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.116.2 - command: [ "start.sh", "immich" ] + image: altran1502/immich-server:v1.117.0 volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -30,7 +29,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-machine-learning:v1.116.2 + image: altran1502/immich-machine-learning:v1.117.0 volumes: - ${CACHE_PATH}:/cache environment: diff --git a/apps/immich/release/docker-compose.yml b/apps/immich/release/docker-compose.yml index 160f6ac29..ce0e77558 100644 --- a/apps/immich/release/docker-compose.yml +++ b/apps/immich/release/docker-compose.yml @@ -5,7 +5,6 @@ services: networks: - 1panel-network image: altran1502/immich-server:release - command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro