Container set-up for GitHub hosted runner.
Set-up allows to run GitHub runner on self-host machine as a docker container instead of running it directly on OS.
Project was started using home-made docker but it was troublesome to maintain.
Since official GitHub action runner image was found the whole solution is now based on it.
ACCESS_TOKEN=YOUR_TOKEN docker compose up