Skip to content

Instantly share code, notes, and snippets.

@mykiwi
Last active September 15, 2016 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mykiwi/34b0e25aa39f0c6c3abbeba62a103a13 to your computer and use it in GitHub Desktop.
Save mykiwi/34b0e25aa39f0c6c3abbeba62a103a13 to your computer and use it in GitHub Desktop.
Drone.io 0.5
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