diff --git a/immich/compose.yml b/immich/compose.yml index 3d2becc..0c00ccf 100644 --- a/immich/compose.yml +++ b/immich/compose.yml @@ -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 @@ -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 diff --git a/immich/config/immich.json b/immich/config/immich.json index 51f6670..c48529a 100644 --- a/immich/config/immich.json +++ b/immich/config/immich.json @@ -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 }, @@ -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",