configs/tolkien/etc/containers/systemd/users/1500/act-runner.container

18 lines
579 B
Plaintext

[Unit]
Requires=podman-container.service
After=podman-container.service
[Container]
Image=docker.io/gitea/act_runner
LogDriver=none
Volume=podman.volume:/run/podman:z
Volume=/var/lib/configs/container-config/act-runner:/etc/act-runner:O
Volume=act-runner.volume:/data:U,Z
Environment=CONFIG_FILE=/etc/act-runner/config.yaml
Environment=GITEA_INSTANCE_URL=https://git.zeus.gent
Environment=GITEA_RUNNER_NAME=home
Environment=GITEA_RUNNER_LABELS=debian-12:docker://node:bookworm
Secret=GITEA_RUNNER_REGISTRATION_TOKEN,type=env
AutoUpdate=registry
[Install]
WantedBy=default.target