feat:更新immich到1.112.1

This commit is contained in:
okxlin 2024-08-26 23:55:22 +08:00
parent 3cc8824ea6
commit 4c16dd670a
4 changed files with 12 additions and 4 deletions

View File

@ -4,7 +4,7 @@ services:
restart: always
networks:
- 1panel-network
image: altran1502/immich-server:v1.111.0
image: altran1502/immich-server:v1.112.1
command: [ "start.sh", "immich" ]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@ -20,6 +20,8 @@ services:
depends_on:
- immich-redis
- immich-database
healthcheck:
disable: false
labels:
createdBy: "Apps"
@ -28,7 +30,7 @@ services:
restart: always
networks:
- 1panel-network
image: altran1502/immich-machine-learning:v1.111.0
image: altran1502/immich-machine-learning:v1.112.1
volumes:
- ${CACHE_PATH}:/cache
environment:
@ -37,6 +39,8 @@ services:
- DB_USERNAME=${PANEL_DB_USER}
- DB_DATABASE_NAME=${PANEL_DB_NAME}
- REDIS_HOSTNAME=${CONTAINER_NAME}-redis
healthcheck:
disable: false
labels:
createdBy: "Apps"
@ -70,7 +74,7 @@ services:
interval: 5m
start_interval: 30s
start_period: 5m
command: ["postgres", "-c" ,"shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]
command: ["postgres", "-c", "shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]
labels:
createdBy: "Apps"

View File

@ -20,6 +20,8 @@ services:
depends_on:
- immich-redis
- immich-database
healthcheck:
disable: false
labels:
createdBy: "Apps"
@ -37,6 +39,8 @@ services:
- DB_USERNAME=${PANEL_DB_USER}
- DB_DATABASE_NAME=${PANEL_DB_NAME}
- REDIS_HOSTNAME=${CONTAINER_NAME}-redis
healthcheck:
disable: false
labels:
createdBy: "Apps"
@ -70,7 +74,7 @@ services:
interval: 5m
start_interval: 30s
start_period: 5m
command: ["postgres", "-c" ,"shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]
command: ["postgres", "-c", "shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]
labels:
createdBy: "Apps"