Skip to content

Commit

Permalink
chore(deps): update immich to v1.120.0 (#130)
Browse files Browse the repository at this point in the history
ghcr.io/immich-app/immich-server v1.119.1 → v1.120.0
ghcr.io/immich-app/immich-machine-learning v1.119.1 → v1.120.0
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 74bd54a commit 846b64c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: immich
services:
server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.119.1@sha256:1c3e5b355ec1eb7b16478cd26347c2fe7aaac0db5af5b0c9eb0b6883836f8370
image: ghcr.io/immich-app/immich-server:v1.120.0@sha256:558dccde6c9165f475adb73a0bfb966112a805f449e7d0dd73bffaed0bd8ca69
environment:
UPLOAD_LOCATION: ./library
IMMICH_CONFIG_FILE: /config/immich.json
Expand All @@ -27,7 +27,7 @@ services:

machine-learning:
container_name: immich_machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.119.1@sha256:21652fbeebe8e07f36e202f53ce42460c93b40f3bf08e1e113559761191149da
image: ghcr.io/immich-app/immich-machine-learning:v1.120.0@sha256:028bb3d7872a83725f7e04c2858a0a8be22859e5af48b9cd659cf5a41dbbc182
volumes:
- model-cache:/cache
restart: always
Expand Down
11 changes: 9 additions & 2 deletions immich/config/immich.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
"mobileOverrideEnabled": false,
"mobileRedirectUri": ""
},
"backup": {
"database": {
"enabled": false,
"cronExpression": "0 02 * * *",
"keepLastAmount": 14
}
},
"passwordLogin": { "enabled": true },
"image": {
"thumbnail": { "format": "webp", "size": 1080, "quality": 80 },
Expand Down Expand Up @@ -90,8 +97,8 @@
"preset": "ultrafast",
"targetVideoCodec": "h264",
"targetAudioCodec": "aac",
"acceptedVideoCodecs": ["h264", "hevc", "vp9"],
"acceptedAudioCodecs": ["aac", "mp3", "libopus"],
"acceptedVideoCodecs": ["h264", "hevc", "vp9", "av1"],
"acceptedAudioCodecs": ["aac", "mp3", "libopus", "pcm_s16le"],
"acceptedContainers": ["mov", "ogg", "webm"],
"targetResolution": "original",
"maxBitrate": "0",
Expand Down

0 comments on commit 846b64c

Please sign in to comment.