Migrated from Forgejo: matt-champlain-archive/forgejo-docker-stack
  • Shell 97%
  • Dockerfile 3%
Find a file
2025-10-10 08:43:34 -04:00
linux me when the when 2024-03-01 14:53:32 -05:00
mgmt01 oops 2024-02-26 12:23:18 -05:00
proxy add nginx proxy and usage info 2024-02-14 13:35:00 -05:00
.env-sample stuff 2024-02-14 13:19:25 -05:00
.gitignore stuff 2024-02-14 13:19:25 -05:00
docker-compose.yml Merge branch 'renovate/code.forgejo.org-forgejo-runner-11.x' into 'main' 2025-10-10 08:43:34 -04:00
make.sh hello joe of the east 2024-02-26 16:27:57 +00:00
README.md Update README.md 2024-02-15 17:55:29 +00:00
renovate.json Add renovate.json 2024-02-16 17:15:34 -05:00

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