add README

This commit is contained in:
GregLebreton 2022-07-18 17:08:42 +02:00
parent 900e32bdfe
commit c1a4f5d1ae

30
README.md Normal file
View File

@ -0,0 +1,30 @@
# GITEA DRONE CI DOCKER-COMPOSE DEPLOYEMENT
This repository aim to deploy an open-source CI-CD platform with a SCM (Gitea), CI server and runners (Drone) via docker-compose.
## PRE-REQUIS
- [Docker](https://)
- [Docker-compose](https://)
## USAGE
```bash
docker-compose up -d
```
## CONFIG
- .env
- app.ini (thèmes)
## TO DO
- [ ] Drone server config
- [ ] Config all via .env
- [ ] Test!
## CONTRIBUTING
this docker-compose file is based on https://github.com/ruanbekker/drone-gitea-traefik-docker-blogpost