Mise à jour de 'README.md'
This commit is contained in:
parent
b99b55393e
commit
723121962e
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Drone CI docker composer
|
# Drone CI docker composer
|
||||||
|
|
||||||
Use this docker-compose configuration file to start DroneCI server and a runner.
|
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.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue