self-hosted-ci/README.md

16 lines
361 B
Markdown
Raw Normal View History

2023-05-20 08:33:25 -04:00
# 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