Update LibrePhotos to 2023w20 (#526)
This commit is contained in:
parent
22f33387b2
commit
aacbe09508
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "librephotos",
|
"id": "librephotos",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "2023w18",
|
"version": "2023w20",
|
||||||
"supported_architectures": ["amd64", "arm64"],
|
"supported_architectures": ["amd64", "arm64"],
|
||||||
"categories": ["photography"],
|
"categories": ["photography"],
|
||||||
"description": "Complete photo management service",
|
"description": "Complete photo management service",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
librephotos:
|
librephotos:
|
||||||
image: reallibrephotos/librephotos-proxy:2023w18
|
image: reallibrephotos/librephotos-proxy:2023w20
|
||||||
container_name: librephotos
|
container_name: librephotos
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -43,7 +43,7 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
librephotos-frontend:
|
librephotos-frontend:
|
||||||
image: reallibrephotos/librephotos-frontend:2023w18
|
image: reallibrephotos/librephotos-frontend:2023w20
|
||||||
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:2023w18
|
image: reallibrephotos/librephotos:2023w20
|
||||||
container_name: librephotos-backend
|
container_name: librephotos-backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user