Update LibrePhotos to 2023w18 (#464)

* Update LibrePhotos to 2023w18

* Update docker-compose.yml
This commit is contained in:
DrMxrcy 2023-05-05 15:24:34 -04:00 committed by GitHub
parent 3e20446944
commit 66114c8d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "librephotos", "id": "librephotos",
"tipi_version": 5, "tipi_version": 6,
"version": "2023w12", "version": "2023w18",
"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:2023w12 image: reallibrephotos/librephotos-proxy:2023w18
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:2023w12 image: reallibrephotos/librephotos-frontend:2023w18
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:2023w12 image: reallibrephotos/librephotos:2023w18
container_name: librephotos-backend container_name: librephotos-backend
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -76,6 +76,7 @@ services:
- REDIS_PORT=6379 - REDIS_PORT=6379
- ALLOW_UPLOAD=true - ALLOW_UPLOAD=true
- DEBUG=0 - DEBUG=0
- CSRF_TRUSTED_ORIGINS=${APP_PROTOCOL:-http}://${APP_DOMAIN},http://${INTERNAL_IP}:${APP_PORT}
# Wait for Postgres # Wait for Postgres
depends_on: depends_on:
librephotos-db: librephotos-db: