This change switches the taskd service in docker-compose.yml from using x4121/taskd:latest to building directly from the repository’s local docker context, and explicitly names the container. That makes the setup easier to customize, test, and keep in sync with local Dockerfile changes without relying on an external image being updated first. The practical effect is a more reproducible and developer-friendly local container workflow.