chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.105.1 (#3547)
This commit is contained in:
parent
02df2f0a43
commit
91b6fa3965
|
@ -5,12 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8128,
|
"port": 8128,
|
||||||
"id": "immich",
|
"id": "immich",
|
||||||
"tipi_version": 88,
|
"tipi_version": 89,
|
||||||
"version": "1.103.1",
|
"version": "1.105.1",
|
||||||
"categories": [
|
"categories": ["data", "photography"],
|
||||||
"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.",
|
||||||
"author": "Alex Tran",
|
"author": "Alex Tran",
|
||||||
|
@ -36,8 +33,5 @@
|
||||||
"env_variable": "IMMICH_TYPESENSE_API_KEY"
|
"env_variable": "IMMICH_TYPESENSE_API_KEY"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
immich:
|
immich:
|
||||||
container_name: immich
|
container_name: immich
|
||||||
image: ghcr.io/immich-app/immich-server:v1.103.1
|
image: ghcr.io/immich-app/immich-server:v1.105.1
|
||||||
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
|
||||||
|
@ -52,7 +52,7 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich-microservices
|
container_name: immich-microservices
|
||||||
image: ghcr.io/immich-app/immich-server:v1.103.1
|
image: ghcr.io/immich-app/immich-server:v1.105.1
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user