diff --git a/docker-compose.yaml b/docker-compose.yaml index 217f3c9..e71be77 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -64,14 +64,15 @@ services: cpus: "0.5" act_runner: - image: gitea/act_runner:latest + image: gitea/act_runner:0.2.11 restart: unless-stopped - user: "0:0" + security_opt: + - label:disable + network_mode: host volumes: - act_runner_data:/data - - /var/run/docker.sock:/var/run/docker.sock:z + - /var/run/docker.sock:/var/run/docker.sock environment: - - DOCKER_HOST=unix:///var/run/docker.sock - GITEA_INSTANCE_URL=https://git.sentinelforest.xyz - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_NAME=umbra-runner