fix: rename act-runner to act_runner — podman-compose chokes on hyphens in service names

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
This commit is contained in:
Claude 2026-03-27 14:30:30 +00:00
parent e80c3dc9a4
commit 99ab28d3be
No known key found for this signature in database

View file

@ -105,7 +105,7 @@ services:
# ── Forgejo Actions runner ───────────────────────────────────────────────── # ── Forgejo Actions runner ─────────────────────────────────────────────────
# Obtain FORGEJO_RUNNER_TOKEN from Forgejo: # Obtain FORGEJO_RUNNER_TOKEN from Forgejo:
# Site Administration → Actions → Runners → Create new runner # Site Administration → Actions → Runners → Create new runner
act-runner: act_runner:
image: code.forgejo.org/forgejo/act_runner:latest image: code.forgejo.org/forgejo/act_runner:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
@ -115,7 +115,7 @@ services:
# Give the runner access to Podman so CI jobs can build/run containers. # Give the runner access to Podman so CI jobs can build/run containers.
DOCKER_HOST: tcp://podman-proxy:2375 DOCKER_HOST: tcp://podman-proxy:2375
volumes: volumes:
- act-runner-data:/data - act_runner_data:/data
depends_on: depends_on:
- forgejo - forgejo
- podman-proxy - podman-proxy
@ -192,7 +192,7 @@ networks:
volumes: volumes:
hiy-data: hiy-data:
forgejo-data: forgejo-data:
act-runner-data: act_runner_data:
caddy-data: caddy-data:
caddy-config: caddy-config:
hiy-pg-data: hiy-pg-data: