1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/drone/docker-compose.yml
2016-05-31 21:24:28 +08:00

13 lines
274 B
YAML

drone:
image: drone/drone
ports:
- "8000:8000"
volumes:
- ./drone:/var/lib/drone
- /var/run/docker.sock:/var/run/docker.sock
environment:
- REMOTE_DRIVER=gogs
- REMOTE_CONFIG=https://git.easypi.info/?open=false
- DEBUG=true
restart: always