vegardit / docker-gitea-act-runner

Docker image based on debian:stable-slim to run Gitea's act_runner as a Docker container

Home Page:https://buymeacoffee.com/vegardit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing information on how to start the embedded cache server

dsl400 opened this issue · comments

there are a few hints about act runner having an embedded cache server but there is no information on how to start it
am I missing something ?

as documented in the readme it is controlled by the environment variable ACT_CACHE_SERVER_ENABLED and it is enabled by default.

what else is unclear?

ACT_CACHE_SERVER_ENABLED disables or enables the cache functionality but there is no command that starts the cache server embedded in act-runner

based on the documentation in the official act_runner repo it should start the server. if it does not please raise an issue in https://gitea.com/gitea/act_runner/issues

it indeed starts and it is accessible in dind configuration
using hosts docker i could not get it to work.