Migrated from Forgejo: matt-champlain-archive/forgejo-docker-stack
- Shell 97%
- Dockerfile 3%
Update code.forgejo.org/forgejo/runner Docker tag to v11 See merge request matt-champlain-archive/forgejo-docker-stack!1 |
||
|---|---|---|
| linux | ||
| mgmt01 | ||
| proxy | ||
| .env-sample | ||
| .gitignore | ||
| docker-compose.yml | ||
| make.sh | ||
| README.md | ||
| renovate.json | ||
forgejo-docker-stack
Forgejo Instance and Actions Runner in a docker-compose stack (built for SYS-265)
Bulild Information
See the relevant wiki page
Usage
If you're on *nix systems, you should be able to just ./make.sh up (handles the .env file)
Otherwise, manually copy .env-sample to .env and fill out. Then, run docker compose up
Credits
Modified from this example made by Forgejo Devs
Added .env functionality, and working on NGINX proxy in front of Forgejo
Other resources
- Example of workflow for Forgejo Actions: https://forgejo.org/docs/v1.20/user/actions/