fix: stabilize Immich mobile sync with timeout and ML fixes
- Add 10m read/write timeouts to Caddy reverse proxy for photos domains - Fix ML service URL to use correct docker network hostname - Resolves 'Request aborted' errors during mobile photo uploads
This commit is contained in:
@@ -18,8 +18,7 @@ services:
|
||||
DB_PASSWORD: ${DB_PASSWORD}
|
||||
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
|
||||
REDIS_HOSTNAME: immich-redis
|
||||
IMMICH_MACHINE_LEARNING_ENABLED: "false"
|
||||
IMMICH_MACHINE_LEARNING_URL: ""
|
||||
IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning:3003
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:2283/api/server/ping || exit 1"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user