Compare commits
No commits in common. "master" and "main" have entirely different histories.
2 changed files with 1 additions and 13 deletions
12
README.md
12
README.md
|
@ -1,12 +0,0 @@
|
|||
# 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`
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ services:
|
|||
- DRONE_SERVER_HOST=${DRONE_HOST}
|
||||
- DRONE_SERVER_PROTO=${DRONE_PROTO}
|
||||
- DRONE_TLS_AUTOCERT=${DRONE_TLS_AUTOCERT}
|
||||
- DRONE_USER_CREATE=username:username,admin:true
|
||||
- DRONE_USER_CREATE=username:axel,admin:true
|
||||
- DRONE_COOKIE_SECRET=${DRONE_COOKIE_SECRET}
|
||||
- DRONE_COOKIE_TIMEOUT=72h
|
||||
- TZ=${DRONE_TIMEZONE}
|
||||
|
|
Loading…
Add table
Reference in a new issue