chore(librephotos): bump version 2023w12

This commit is contained in:
Nicolas Meienberger 2023-03-28 23:42:26 +02:00
parent 5bb335e20d
commit ad25de1ffb
2 changed files with 9 additions and 9 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "librephotos", "id": "librephotos",
"tipi_version": 4, "tipi_version": 5,
"version": "2022w41", "version": "2023w12",
"supported_architectures": ["amd64", "arm64"], "supported_architectures": ["amd64", "arm64"],
"categories": ["photography"], "categories": ["photography"],
"description": "Complete photo management service", "description": "Complete photo management service",

View File

@ -1,7 +1,7 @@
version: "3.7" version: '3.7'
services: services:
librephotos: librephotos:
image: reallibrephotos/librephotos-proxy:2022w41 image: reallibrephotos/librephotos-proxy:2023w12
container_name: librephotos container_name: librephotos
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -35,15 +35,15 @@ services:
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data - ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
#Checking health of Postgres db #Checking health of Postgres db
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] test: ['CMD-SHELL', 'pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB']
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5
networks: networks:
- tipi_main_network - tipi_main_network
librephotos-frontend: librephotos-frontend:
image: reallibrephotos/librephotos-frontend:2022w41 image: reallibrephotos/librephotos-frontend:2023w12
container_name: librephotos-frontend container_name: librephotos-frontend
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@ -52,7 +52,7 @@ services:
- tipi_main_network - tipi_main_network
librephotos-backend: librephotos-backend:
image: reallibrephotos/librephotos:2022w41 image: reallibrephotos/librephotos:2023w12
container_name: librephotos-backend container_name: librephotos-backend
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -88,4 +88,4 @@ services:
container_name: librephotos-redis container_name: librephotos-redis
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network