|
|
||
|---|---|---|
| .gitignore | ||
| README.md | ||
| docker-compose.yml | ||
| example.env | ||
README.md
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.
Refer to Drone-CI documentation on
server and
runner for more information.
Run with docker copose
docker compose up -d
Roadmap
- CI environment (Done)
- Git server (Gitea) - need to migrate current install to docker environment