This change adds Docker Compose's restart: always policy to the taskd service. It improves operational resilience by having the container come back up automatically instead of requiring manual intervention after crashes or system restarts. In practice, the service should stay available with less babysitting.

Configured the docker-compose taskd service to always restart so the container recovers automatically after failures or host reboots. - zhengqunkoo/docker-taskd