claude/heroku-clone-mvp-plan-NREhc #1

Merged
sander merged 42 commits from claude/heroku-clone-mvp-plan-NREhc into main 2026-03-29 07:24:40 +00:00
Showing only changes of commit 99ab28d3be - Show all commits

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: