Migrate Forgejo runner to Kubernetes with DinD #60
1 changed files with 2 additions and 2 deletions
Use forge.ops.eblu.me for runner URL (works from containers)
Some checks failed
Build Container / build (push) Failing after 4s
Some checks failed
Build Container / build (push) Failing after 4s
localhost:3001 doesn't work from Docker containers on macOS because Docker Desktop's host networking runs in a VM. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
e61e70078a
|
|
@ -12,8 +12,8 @@ forgejo_runner_data_dir: /Users/erichblume/.forgejo-runner
|
|||
forgejo_runner_config_dir: /Users/erichblume/.config/forgejo-runner
|
||||
forgejo_runner_log_dir: /Users/erichblume/Library/Logs
|
||||
|
||||
# Runner registration - use localhost since we're running on indri
|
||||
forgejo_runner_instance_url: "http://localhost:3001"
|
||||
# Runner registration - use public URL so it works from both host and containers
|
||||
forgejo_runner_instance_url: "https://forge.ops.eblu.me"
|
||||
forgejo_runner_name: "indri-host-runner"
|
||||
|
||||
# Labels: both host and docker modes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue