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.
5 lines
304 B
YAML
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.
|