This commit is contained in:
Ben Harris 2019-02-10 17:26:20 -05:00
commit 6af50dc815
2 changed files with 24 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# [drone](https://drone.tildegit.org/)
this is the docker-compose configurations for [tildedrone](https://drone.tildegit.org/)

20
docker-compose.yml Normal file
View File

@ -0,0 +1,20 @@
version: '2'
services:
drone:
container_name: drone
image: drone/drone:1.0.0-rc.5
ports:
- 127.0.0.1:8888:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/drone:/data
restart: always
environment:
- DRONE_GITEA_SERVER=https://tildegit.org
- DRONE_GIT_ALWAYS_AUTH=false
- DRONE_RUNNER_CAPACITY=2
- DRONE_SERVER_HOST=drone.tildegit.org
- DRONE_SERVER_PROTO=https
- DRONE_TLS_AUTOCERT=false