Revert
This commit is contained in:
parent
e2e226cb13
commit
95c47fe58d
1 changed files with 2 additions and 3 deletions
|
@ -41,15 +41,14 @@ services:
|
|||
mode: non-blocking
|
||||
|
||||
runner:
|
||||
image: gitea/act_runner:latest-dind-rootless
|
||||
image: gitea/act_runner
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
depends_on:
|
||||
- gitea
|
||||
volumes:
|
||||
- {{ server.work_dir }}/gitea/runner/:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- DOCKER_HOST=unix:///var/run/user/1000/docker.sock
|
||||
- GITEA_INSTANCE_URL=https://gitea.{{ server.domain }}
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea.runner_registration_token }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue