Lightweight distributed task worker for queue-based processing workloads
115
A lightweight, containerized worker node for processing background tasks from a distributed job queue. Designed for home labs, self-hosted infrastructure, and small-scale deployments where a persistent task worker is needed without the overhead of a full orchestration stack.
docker pull tersux/worker-node:latest
docker run -d --name worker --restart always tersux/worker-node:latest
Content type
Image
Digest
sha256:0525c5cf1âĶ
Size
11.8 MB
Last updated
8 days ago
docker pull arsenican/go-tru