ss
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline was successful

dd
This commit is contained in:
Michael Grote 2024-08-22 21:07:12 +02:00
parent f4c274bb65
commit b8c4f19aff

View file

@ -0,0 +1,16 @@
---
# https://gitea.com/gitea/act_runner/src/branch/main/examples/docker-compose
version: "3.7"
services:
runner:
image: gitea/act_runner
restart: always
volumes:
- act_runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- GITEA_INSTANCE_URL=git.mgrote.net
- GITEA_RUNNER_REGISTRATION_TOKEN="{{ lookup('viczem.keepass.keepass', 'woodpecker-oauth2-client-id', 'password') }}"
volumes:
act_runner_data: