added description for NUM_WORKERS as Environment Variable

This commit is contained in:
Kuglikrug
2025-12-27 15:27:47 +01:00
committed by GitHub
parent 9e59f92fa7
commit 8dc0d3ade3
+2
View File
@@ -287,6 +287,8 @@ The unified Lidify container handles most configuration automatically. Here are
| `SESSION_SECRET` | Auto-generated | Session encryption key (recommended to set for persistence across restarts) |
| `TZ` | `UTC` | Timezone for the container |
| `LIDIFY_CALLBACK_URL` | `http://host.docker.internal:3030` | URL for Lidarr webhook callbacks (see [Lidarr integration](#lidarr)) |
| `NUM_WORKERS` | Auto-generated (50% of CPU Cores) | Limit the amount of workers being used in Auto Analysis. |
The music library path is configured via Docker volume mount (`-v /path/to/music:/music`).