chore(deps): update immich to v1.86.0
This commit is contained in:
parent
f547490b92
commit
6fdc127045
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
image: ghcr.io/immich-app/immich-server:v1.85.0@sha256:b4c9bc6778a142d9ee1ef61c30a498dc2e84d3aabb50a7d4516d9af346db2743
|
image: ghcr.io/immich-app/immich-server:v1.86.0@sha256:0fe2508c706a580871564115c7e5e58ecf8972d415b1bf90537fd7c83e47e227
|
||||||
command: ["start.sh", "immich"]
|
command: ["start.sh", "immich"]
|
||||||
volumes:
|
volumes:
|
||||||
- library:/usr/src/app/upload
|
- library:/usr/src/app/upload
|
||||||
|
@ -20,7 +20,7 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: immich_microservices
|
container_name: immich_microservices
|
||||||
image: ghcr.io/immich-app/immich-server:v1.85.0@sha256:b4c9bc6778a142d9ee1ef61c30a498dc2e84d3aabb50a7d4516d9af346db2743
|
image: ghcr.io/immich-app/immich-server:v1.86.0@sha256:0fe2508c706a580871564115c7e5e58ecf8972d415b1bf90537fd7c83e47e227
|
||||||
command: ["start.sh", "microservices"]
|
command: ["start.sh", "microservices"]
|
||||||
volumes:
|
volumes:
|
||||||
- library:/usr/src/app/upload
|
- library:/usr/src/app/upload
|
||||||
|
@ -37,7 +37,7 @@ services:
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.85.0@sha256:1fc3e645169ada10d73b6a740434b5821f19003d436a8aeb7a5b9482c9b2f704
|
image: ghcr.io/immich-app/immich-machine-learning:v1.86.0@sha256:09f8c46395051b0f3e72fe1e53674ddb6a00ed90a3eb2e3087be7bced18bf336
|
||||||
volumes:
|
volumes:
|
||||||
- model-cache:/cache
|
- model-cache:/cache
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -48,7 +48,7 @@ services:
|
||||||
|
|
||||||
immich-web:
|
immich-web:
|
||||||
container_name: immich_web
|
container_name: immich_web
|
||||||
image: ghcr.io/immich-app/immich-web:v1.85.0@sha256:10778b177594390e1a9ec0d5e80150fb9c6855ff964a7ceb2eded4728abaa821
|
image: ghcr.io/immich-app/immich-web:v1.86.0@sha256:817235ae94af3abdba10d900d14f06650fd47c502b67f898575ce26c81fba7f9
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -93,7 +93,7 @@ services:
|
||||||
|
|
||||||
immich-proxy:
|
immich-proxy:
|
||||||
container_name: immich_proxy
|
container_name: immich_proxy
|
||||||
image: ghcr.io/immich-app/immich-proxy:v1.85.0@sha256:80e290eefe53271738cc6558b5b51296ac1cde94f1144eed873c61817a764928
|
image: ghcr.io/immich-app/immich-proxy:v1.86.0@sha256:ead4d6946319c9e93498835f1d7dcb3ed2935dd64b199e7c7d710b2a9fa63638
|
||||||
environment:
|
environment:
|
||||||
# Make sure these values get passed through from the env file
|
# Make sure these values get passed through from the env file
|
||||||
- IMMICH_SERVER_URL
|
- IMMICH_SERVER_URL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue