self-hosted-ci/README.md

16 lines
361 B
Markdown

# Self Hosted environment for coding
A quick docker compose to spin up tools for hosting your own git environment.
# Starting up
Copy `example.env` to `.env` and fill in all secrets.
Run with docker copose
```sh
docker compose up -d
```
## Roadmap
- [X] CI environment (Done)
- [ ] Git server (Gitea) - need to migrate current install to docker environment