From 723121962e727f6c7c13ec79cca1a8350dc4ffda Mon Sep 17 00:00:00 2001 From: Axel Date: Wed, 2 Nov 2022 12:00:09 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ca6ac..9365cce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Drone CI docker composer Use this docker-compose configuration file to start DroneCI server and a runner. +I'm running DroneCI on port 8000 (not SSL) with Nginx as reverse proxy listening on 80/443. Nginx is in charge of SSL with Certbot. + + +You must: +- `cp .env.example .env` and adapt it to your needs. +- take a look in docker-compose.yml to make sure everything fits your needs +- run `docker compose up -d` + -You must `cp .env.example .env` and adapt it to your needs.