chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.96.0 (#2600)
This commit is contained in:
parent
0ca1097907
commit
2048d62b05
|
@ -5,9 +5,12 @@
|
|||
"exposable": true,
|
||||
"port": 8128,
|
||||
"id": "immich",
|
||||
"tipi_version": 75,
|
||||
"version": "1.95.1",
|
||||
"categories": ["data", "photography"],
|
||||
"tipi_version": 76,
|
||||
"version": "1.96.0",
|
||||
"categories": [
|
||||
"data",
|
||||
"photography"
|
||||
],
|
||||
"description": "Photo and video backup solution directly from your mobile phone.",
|
||||
"short_desc": "Photo and video backup solution directly from your mobile phone.",
|
||||
"author": "Alex Tran",
|
||||
|
@ -33,5 +36,8 @@
|
|||
"env_variable": "IMMICH_TYPESENSE_API_KEY"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
immich:
|
||||
container_name: immich
|
||||
image: ghcr.io/immich-app/immich-server:v1.95.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.96.0
|
||||
command: ["start-server.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -52,7 +52,7 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: ghcr.io/immich-app/immich-server:v1.95.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.96.0
|
||||
command: ["start-microservices.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
|
Loading…
Reference in New Issue
Block a user