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