MakerWorks-v2-Worker

MakerWorks-v2-Worker

Docker 应用程序 from schartrand77's Repository

概述

Legacy companion worker for MakerWorks v2. Normal Unraid installs should not use this container: the primary MakerWorks-v2 template starts image and preview processing inside the web container with START_PROCESSING_WORKER=1, so processing follows the same database and storage settings as MakerWorks itself.

运行时参数

网络
makerworks-net
外壳
bash
特权
false

模板配置

StoragePathrw

Persistent directory for uploaded models, covers, and avatars (must match the web container mapping)

目标
/app/storage
默认值
/mnt/user/makerworks/storage
价值
/mnt/user/makerworks/storage
DATABASE_URLVariable

Postgres connection string (must match the web container)

默认值
postgresql://postgres:postgres@postgres:5432/makerworks?schema=public
价值
postgresql://postgres:postgres@postgres:5432/makerworks?schema=public
REDIS_URLVariable

Redis connection string used for BullMQ queues

默认值
redis://makerworks-redis:6379
价值
redis://makerworks-redis:6379
STORAGE_DIRVariable

Internal storage path (leave at /app/storage unless customizing)

默认值
/app/storage
价值
/app/storage
PROCESSING_QUEUE_ATTEMPTSVariable

Queue retry attempts before dead-lettering

默认值
5
价值
5
PROCESSING_QUEUE_BACKOFF_MSVariable

Exponential retry backoff delay in milliseconds

默认值
5000
价值
5000
IMAGE_WORKER_CONCURRENCYVariable

Parallel image-processing job workers

默认值
2
价值
2
PREVIEW_WORKER_CONCURRENCYVariable

Parallel preview-processing job workers

默认值
1
价值
1
Post ArgumentsVariable

Command to run the background processing worker

默认值
npm run worker:processing
价值
npm run worker:processing

详细信息

存储库
ghcr.io/schartrand77/mkw2:latest
最后更新2026-05-31
初见2025-12-19

在Unraid 上运行 MakerWorks-v2-Worker 。

MakerWorks-v2-Worker 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。