Use nested Docker for Actions on the AppArmor-restricted VPS

Hop-State: A_06FN8BBQ8M8RAEV61FS6DM8
Hop-Proposal: R_06FN8B9W0QKY2RYYBYRGEA0
Hop-Task: T_06FN8B4BH4066M2NZTVRZ80
Hop-Attempt: AT_06FN8B4BH4ETR7A6NJS85M0
This commit is contained in:
cyph3rasi
2026-07-11 19:34:53 -07:00
committed by Hop
parent a67b6d77f1
commit a2132f48d6
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ services:
networks: [hopweb]
actions-runner:
image: docker.io/gitea/act_runner:latest-dind-rootless
image: docker.io/gitea/act_runner:latest-dind
depends_on:
gitea:
condition: service_started
@@ -60,7 +60,7 @@ services:
cpus: "2.0"
mem_limit: 4g
pids_limit: 1024
# Required by rootlesskit for the nested Docker daemon. Workflow jobs run
# Required by Docker-in-Docker. Workflow jobs run
# inside that daemon and never receive the host's Docker socket.
privileged: true
volumes: