Mise à jour de 'README.md'

This commit is contained in:
Axel 2022-11-02 12:00:09 +01:00
parent b99b55393e
commit 723121962e

View file

@ -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.