4 Commits

Author SHA1 Message Date
Julien Calixte
0e6b4ba2ee fix(cache): inline config via compose configs to avoid bind-mount path issue
Coolify's docker compose workdir doesn't always resolve ./config.yaml,
so Docker silently created the mount target as a directory, breaking
runner startup with 'is a directory'. Embed the config in the compose
file via the configs: top-level key — no external file dependency.
2026-06-06 23:26:39 +02:00
Julien Calixte
a6b403e350 fix(cache): expose embedded cache to job containers via host
act_runner's defaults autodetect its own container IP as the cache
host, which per-job networks can't route to — every actions/cache
restore and save hit a 5-minute ETIMEDOUT. Add a config.yaml that
pins the cache port and advertises host.docker.internal, publish
that port on the host, and inject --add-host=host-gateway into
job containers so the hostname resolves inside isolated networks.
2026-06-06 23:25:06 +02:00
Julien Calixte
0c545ee741 init 2026-06-06 21:12:04 +02:00
Julien Calixte
0fa9ab4a27 first commit 2026-06-06 21:11:06 +02:00