Your first worker
make init-dev from the previous page already brought up a worker for you. The skeleton's docker-compose.yml defines a worker service that runs from the worker/ subfolder, and init-dev registered it with the platform under the service name worker:8080. There is nothing to install or wire by hand.
This page shows you where the worker lives, how to verify it is alive, and how to drive it day-to-day with the bundled worker/Makefile.
1. Verify the worker in the Admin UI #
Open http://127.0.0.1 and go to Settings -> Workers. You should see a single entry called worker, registered and connected.
Screenshot pending
Worker registered and active in the Admin UI
Single 'worker' row, connected
target 1200 x 500