chore(deps): update immich to v1.83.0
This commit is contained in:
parent
3f39f0e004
commit
15d519ba67
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.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d
|
image: ghcr.io/immich-app/immich-server:v1.83.0@sha256:76e78d66ff56ad1e377edfcbec079ae506e8b25b89d075d3a2de2ff2f93b882a
|
||||||
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.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d
|
image: ghcr.io/immich-app/immich-server:v1.83.0@sha256:76e78d66ff56ad1e377edfcbec079ae506e8b25b89d075d3a2de2ff2f93b882a
|
||||||
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.82.1@sha256:9ff5a57031bcf687b2d222f5f473279ae5e47908d38da70c568c95b211227667
|
image: ghcr.io/immich-app/immich-machine-learning:v1.83.0@sha256:e2e921f8f0e496dcf051a42dd934bcd57724fb91784a2ec70a3d9d4aea1675f8
|
||||||
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.82.1@sha256:b59ec80d45a9395f020c312868abd08eafbfe3594e83955d7e566096309f0f2f
|
image: ghcr.io/immich-app/immich-web:v1.83.0@sha256:7ac4af26ec224864316cae1cfe0a0d0a2dd2e2cd12f2e8217cc833c490e110f4
|
||||||
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.82.1@sha256:96239238d467a69e68db007339497c5e5bab820d2152300aa46b3e031f2c245e
|
image: ghcr.io/immich-app/immich-proxy:v1.83.0@sha256:fcb6697e7885f4c004b2e308b496d12999c0c6845d150353c312b0c9c7df5de7
|
||||||
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