chore(deps): update immich to v1.118.1 #109
1 changed files with 3 additions and 5 deletions
|
@ -3,9 +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.117.0@sha256:ac9fb82f2be3cc60d4e0c7f1ceb371d401d52573e387834d7a82776116458242
|
image: ghcr.io/immich-app/immich-server:v1.118.1@sha256:c53300f717f9f82e645c198818a1f7155410eb4041961d09b79585ea3b4934dc
|
||||||
ports:
|
|
||||||
- 3001:3001
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/truenas-services/immich:/usr/src/app/upload
|
- /mnt/truenas-services/immich:/usr/src/app/upload
|
||||||
- /mnt/truenas-services/immich-external:/mnt/external
|
- /mnt/truenas-services/immich-external:/mnt/external
|
||||||
|
@ -15,7 +13,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||||
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
|
||||||
- VIRTUAL_PORT=${IMMICH_PORT:-3001}
|
- VIRTUAL_PORT=${IMMICH_PORT:-2283}
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
|
@ -25,7 +23,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.117.0@sha256:1221bc54568a0779227baeaa4282bb0e0db50831b66f9ac9afa9d78513df36ad
|
image: ghcr.io/immich-app/immich-machine-learning:v1.118.1@sha256:70698889bf63a60070e781629f370921fb0f2a8fe274c868e86de32f18491346
|
||||||
volumes:
|
volumes:
|
||||||
- model-cache:/cache
|
- model-cache:/cache
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue