diff --git a/apps/librephotos/config.json b/apps/librephotos/config.json index 6737ca50..f26354da 100644 --- a/apps/librephotos/config.json +++ b/apps/librephotos/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "librephotos", - "tipi_version": 1, - "version": "2022w36", - "categories": ["photography"], + "tipi_version": 2, + "version": "2022w39", + "categories": [ + "photography" + ], "description": "", "short_desc": "", "author": "Niaz Faridani-Rad", diff --git a/apps/librephotos/docker-compose.yml b/apps/librephotos/docker-compose.yml index f8fca28e..8a093227 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:2022w36 + image: reallibrephotos/librephotos-proxy:2022w39 container_name: librephotos restart: unless-stopped volumes: @@ -36,7 +36,7 @@ services: - tipi_main_network librephotos-frontend: - image: reallibrephotos/librephotos-frontend:2022w36 + image: reallibrephotos/librephotos-frontend:2022w39 container_name: librephotos-frontend restart: unless-stopped depends_on: @@ -45,7 +45,7 @@ services: - tipi_main_network librephotos-backend: - image: reallibrephotos/librephotos:2022w36 + image: reallibrephotos/librephotos:2022w39 container_name: librephotos-backend restart: unless-stopped volumes: