1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-07-27 17:28:35 +00:00
forgejo-runner/examples
Grégoire Bellon-Gervais d871b38c8d
Improve doc and add full example for Kubernetes (#657)
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/657
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Grégoire Bellon-Gervais <gregoire.bellon-gervais@docaposte.fr>
Co-committed-by: Grégoire Bellon-Gervais <gregoire.bellon-gervais@docaposte.fr>
2025-07-03 15:22:24 +00:00
..
docker fix: example uses code.forgejo.org/oci 2025-01-15 12:24:32 +01:00
docker-compose chore: fix typos and add type checking to port/addr args (#576) 2025-06-01 15:03:22 +00:00
kubernetes Improve doc and add full example for Kubernetes (#657) 2025-07-03 15:22:24 +00:00
lxc-systemd feat: lxc-systemd defaults to using Forgejo runner 6.4.0 (#626) 2025-06-30 17:10:43 +00:00
README.md feat: systemd unit example for managing LXC containers (#451) 2025-01-25 12:24:31 +00:00

This directory contains a collection of usage and deployment examples.

Workflow examples can be found in the documentation.

Section Description
docker using the host docker server by mounting the socket
LXC systemd systemd unit managing LXC containers dedicated to a single runner
docker-compose all in one docker-compose with the Forgejo server, the runner and docker in docker
kubernetes a sample deployment for the Forgejo runner