mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
Refs: https://code.forgejo.org/forgejo/runner/issues/450 Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/451 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
10 lines
1.2 KiB
Markdown
10 lines
1.2 KiB
Markdown
This directory contains a collection of usage and deployment examples.
|
|
|
|
Workflow examples can be found [in the documentation](https://forgejo.org/docs/next/user/actions/).
|
|
|
|
| Section | Description |
|
|
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| [`docker`](docker) | using the host docker server by mounting the socket |
|
|
| [`LXC systemd`](lxc-systemd) | systemd unit managing LXC containers dedicated to a single runner |
|
|
| [`docker-compose`](docker-compose) | all in one docker-compose with the Forgejo server, the runner and docker in docker |
|
|
| [`kubernetes`](kubernetes) | a sample deployment for the Forgejo runner |
|