Update Immich to v1.60.0 (#650)
This commit is contained in:
parent
661df16944
commit
593ba9eb59
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8128,
|
"port": 8128,
|
||||||
"id": "immich",
|
"id": "immich",
|
||||||
"tipi_version": 15,
|
"tipi_version": 16,
|
||||||
"version": "v1.59.1",
|
"version": "v1.60.0",
|
||||||
"categories": ["data", "photography"],
|
"categories": ["data", "photography"],
|
||||||
"description": "Photo and video backup solution directly from your mobile phone.",
|
"description": "Photo and video backup solution directly from your mobile phone.",
|
||||||
"short_desc": "Photo and video backup solution directly from your mobile phone.",
|
"short_desc": "Photo and video backup solution directly from your mobile phone.",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
immich:
|
immich:
|
||||||
container_name: immich
|
container_name: immich
|
||||||
image: altran1502/immich-proxy:v1.59.1
|
image: altran1502/immich-proxy:v1.60.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
|
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich-server
|
container_name: immich-server
|
||||||
image: altran1502/immich-server:v1.59.1
|
image: altran1502/immich-server:v1.60.0
|
||||||
command: ["start-server.sh"]
|
command: ["start-server.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
|
@ -50,7 +50,7 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich-microservices
|
container_name: immich-microservices
|
||||||
image: altran1502/immich-server:v1.59.1
|
image: altran1502/immich-server:v1.60.0
|
||||||
command: ["start-microservices.sh"]
|
command: ["start-microservices.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
|
@ -75,7 +75,7 @@ services:
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: immich-machine-learning
|
container_name: immich-machine-learning
|
||||||
image: altran1502/immich-machine-learning:v1.59.1
|
image: altran1502/immich-machine-learning:v1.60.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||||
|
@ -96,7 +96,7 @@ services:
|
||||||
|
|
||||||
immich-web:
|
immich-web:
|
||||||
container_name: immich-web
|
container_name: immich-web
|
||||||
image: altran1502/immich-web:v1.59.1
|
image: altran1502/immich-web:v1.60.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user