vegardit / docker-gitea-act-runner

Docker image based on debian:stable-slim to run Gitea's act_runner as a Docker container
https://buymeacoffee.com/vegardit
Apache License 2.0
171 stars 19 forks source link

missing information on how to start the embedded cache server #59

Closed dsl400 closed 5 months ago

dsl400 commented 5 months ago

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 ?

sebthom commented 5 months ago

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?

dsl400 commented 5 months ago

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

sebthom commented 5 months ago

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

dsl400 commented 5 months ago

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