1
0
Fork 0

feat:更新immich到1.112.1

This commit is contained in:
okxlin 2024-08-26 23:55:22 +08:00
parent bf2f953878
commit 2a1a82abfc
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"

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"