Files
gitops-automation/act-runner-config.yaml
T
william 11d2ae8cbb Move Traefik out of this stack into its own standalone stack
Fixes a circular dependency: a full stack redeploy tears every service down
before bringing any back up, but claude-agent's image pull goes through
Traefik->Gitea's registry. Self-hosting Traefik in the same stack it fronts
means redeploying this stack could tear down the very route needed to bring
it back. Traefik now lives in ~/traefik/docker-compose.yml as shared infra,
independent of this stack's lifecycle.
2026-08-23 11:19:55 +00:00

5 lines
304 B
YAML

# act_runner auto-detects that it has its own /var/run/docker.sock mounted (see
# docker-compose.yml) and passes it through to job containers itself — no explicit
# options needed here. This file is kept (even near-empty) so CONFIG_FILE has a
# stable target if runner-level settings are needed later.