version: '3.8' services: gitea-actions-runner: image: gitea/act_runner:latest container_name: shared-act-runner restart: unless-stopped volumes: - runner-shared:/data - /var/run/docker.sock:/var/run/docker.sock environment: - GITEA_INSTANCE_URL=https://git.bmycode.help - GITEA_RUNNER_REGISTRATION_TOKEN=EjGH6uxr0rIu84XCJBL0wAv5mfjiOXvfx5FV1pEX - GITEA_RUNNER_LABELS=ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest volumes: runner-shared: