chore: configure parakeet to use 1 worker to significantly reduce memory footprint

This commit is contained in:
2026-06-06 11:33:48 +02:00
parent 57b93b7ce7
commit 0ec5c51102
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ services:
image: ghcr.io/achetronic/parakeet:latest
container_name: daagbox-prod-parakeet
restart: always
command: ["/app/parakeet", "-workers", "1"]
ports:
- "5092:5092"