The worker needs Redis to connect and complete crawl runs. Removing
--no-deps so compose starts dependencies for one-off runs.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Update docker-otp/docker-fresh to use 'worker' service instead of
the removed 'crawler' service. Add --no-deps to one-off runs so they
don't inherit the RQ worker entrypoint.
Add worker-build target to rebuild just the Playwright-based worker,
and docker-admin-up for standalone admin-only deploys.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>