In docker-compose.yml file, configure ORG and TOKEN environment variables.
ORGis the name of the organization you want to add the runners to (ULE-Informatica-2023-2024for example).TOKENis a Fine-grained personal access token, owned by the organization and with read/write access to theSelf-hosted runnerspermission.
Adjust docker-compose.yml deploy section in order not to exceed the capacities of the server where the runners are to be deployed.
replicasis the total number of runners to be created.limitssection prevents the container to allocate more.reservationssection guarantee the container can allocate at least the configured amount.cpusin number of cores.memorythe amount of memory.
$ docker compose up -d