# 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`