summaryrefslogtreecommitdiffstats
path: root/examples/README.md
blob: f9dd774f2c9c0ed45a3c5742751d7cb981f52cf1 (plain)
1
2
3
4
5
6
7
8
9
10
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/)
and in the [sources of the setup-forgejo](https://code.forgejo.org/actions/setup-forgejo/src/branch/main/testdata) action.

| Section                     | Description                                                                                                                                                                                                                                                   |
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [`docker`](docker)              | using the host docker server by mounting the socket                     |
| [`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 |