add gitea

This commit is contained in:
2024-02-21 11:18:27 +01:00
parent 805b471679
commit b2ba8c7f4a
5 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# runner.container
[Container]
Image=docker.io/gitea/act_runner:nightly
AutoUpdate=registry
Volume=./config.yaml:/config.yaml:Z
Volume=gitea-data.volume:/var/lib/gitea
Volume=gitea-config.volume:/etc/gitea
Volume=/var/run/user/1000/podman/podman.sock:/var/run/docker.sock
PodmanArgs=--privileged
EnvironmentFile=./gitea-env.env
[Service]
Restart=always
[Install]
WantedBy=default.target