diff --git a/apps/immich/1.101.0/.env.sample b/apps/immich/1.102.3/.env.sample similarity index 100% rename from apps/immich/1.101.0/.env.sample rename to apps/immich/1.102.3/.env.sample diff --git a/apps/immich/1.101.0/config.env b/apps/immich/1.102.3/config.env similarity index 100% rename from apps/immich/1.101.0/config.env rename to apps/immich/1.102.3/config.env diff --git a/apps/immich/1.101.0/data.yml b/apps/immich/1.102.3/data.yml similarity index 100% rename from apps/immich/1.101.0/data.yml rename to apps/immich/1.102.3/data.yml diff --git a/apps/immich/1.101.0/docker-compose.yml b/apps/immich/1.102.3/docker-compose.yml similarity index 88% rename from apps/immich/1.101.0/docker-compose.yml rename to apps/immich/1.102.3/docker-compose.yml index e3297043..92f16e34 100644 --- a/apps/immich/1.101.0/docker-compose.yml +++ b/apps/immich/1.102.3/docker-compose.yml @@ -5,7 +5,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.101.0 + image: altran1502/immich-server:v1.102.3 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.101.0 + image: altran1502/immich-server:v1.102.3 # extends: # file: hwaccel.yml # service: hwaccel @@ -46,7 +46,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-machine-learning:v1.101.0 + image: altran1502/immich-machine-learning:v1.102.3 volumes: - ${CACHE_PATH}:/cache env_file: @@ -59,7 +59,7 @@ services: restart: always networks: - 1panel-network - image: "redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5" + image: "redis:6.2-alpine@sha256:84882e87b54734154586e5f8abd4dce69fe7311315e2fc6d67c29614c8de2672" labels: createdBy: "Apps" diff --git a/apps/immich/release/docker-compose.yml b/apps/immich/release/docker-compose.yml index 2e81d280..6402d95a 100644 --- a/apps/immich/release/docker-compose.yml +++ b/apps/immich/release/docker-compose.yml @@ -59,7 +59,7 @@ services: restart: always networks: - 1panel-network - image: "redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5" + image: "redis:6.2-alpine@sha256:84882e87b54734154586e5f8abd4dce69fe7311315e2fc6d67c29614c8de2672" labels: createdBy: "Apps"