parent
900e32bdfe
commit
c1a4f5d1ae
@ -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 |
Loading…
Reference in new issue