Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
2 changed files with 24 additions and 1 deletions
Showing only changes of commit 50107a94f3 - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ concurrency:
jobs: jobs:
deploy-dev: deploy-dev:
runs-on: ubuntu-latest runs-on: nas
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
+23
View File
@@ -77,5 +77,28 @@ services:
max-size: "10m" max-size: "10m"
max-file: "3" max-file: "3"
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
container_name: immich-machine-learning
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
volumes:
- /volume1/docker/immich/model-cache:/cache
environment:
- MACHINE_LEARNING_CACHE_FOLDER=/cache
- MACHINE_LEARNING_REQUEST_TIMEOUT=600
deploy:
resources:
limits:
memory: 4G
networks:
- immich
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
networks: networks:
immich: immich: