Last active
September 15, 2016 09:42
-
-
Save mykiwi/34b0e25aa39f0c6c3abbeba62a103a13 to your computer and use it in GitHub Desktop.
Drone.io 0.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drone: | |
image: drone/drone | |
restart: always | |
container_name: drone | |
environment: | |
REMOTE_DRIVER: github | |
REMOTE_CONFIG: https://github.com?client_id=XYZ&client_secret=XYZ | |
volumes: | |
- /var/lib/drone:/var/lib/drone | |
- /var/run/docker.sock:/var/run/docker.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment