From aacbe095081164fc312df34db3a6559eed42dec1 Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Mon, 15 May 2023 14:50:37 -0400 Subject: [PATCH] Update LibrePhotos to 2023w20 (#526) --- apps/librephotos/config.json | 4 ++-- apps/librephotos/docker-compose.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/librephotos/config.json b/apps/librephotos/config.json index 22d60e47..709b4ce9 100644 --- a/apps/librephotos/config.json +++ b/apps/librephotos/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "librephotos", - "tipi_version": 6, - "version": "2023w18", + "tipi_version": 7, + "version": "2023w20", "supported_architectures": ["amd64", "arm64"], "categories": ["photography"], "description": "Complete photo management service", diff --git a/apps/librephotos/docker-compose.yml b/apps/librephotos/docker-compose.yml index 483a5376..407da3e1 100644 --- a/apps/librephotos/docker-compose.yml +++ b/apps/librephotos/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: librephotos: - image: reallibrephotos/librephotos-proxy:2023w18 + image: reallibrephotos/librephotos-proxy:2023w20 container_name: librephotos restart: unless-stopped volumes: @@ -43,7 +43,7 @@ services: - tipi_main_network librephotos-frontend: - image: reallibrephotos/librephotos-frontend:2023w18 + image: reallibrephotos/librephotos-frontend:2023w20 container_name: librephotos-frontend restart: unless-stopped depends_on: @@ -52,7 +52,7 @@ services: - tipi_main_network librephotos-backend: - image: reallibrephotos/librephotos:2023w18 + image: reallibrephotos/librephotos:2023w20 container_name: librephotos-backend restart: unless-stopped volumes: