From c1a4f5d1ae43f9acc02e50940d921b8fc7df9cb1 Mon Sep 17 00:00:00 2001 From: GregLebreton Date: Mon, 18 Jul 2022 17:08:42 +0200 Subject: [PATCH] add README --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a00d193 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file