2 Commits

Author SHA1 Message Date
97df908e25 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.136.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 14s
2025-07-28 01:18:19 +00:00
2a86219fe0 enable db wal mode
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m33s
2025-07-27 19:51:18 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-machine-learning repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.134.0 tag: v1.136.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TRANSFORMERS_CACHE - name: TRANSFORMERS_CACHE

View File

@@ -14,6 +14,8 @@ karakeep:
env: env:
- name: DATA_DIR - name: DATA_DIR
value: /data value: /data
- name: DB_WAL_MODE
value: true
- name: NEXTAUTH_URL - name: NEXTAUTH_URL
value: https://karakeep.alexlebens.dev/ value: https://karakeep.alexlebens.dev/
- name: NEXTAUTH_SECRET - name: NEXTAUTH_SECRET