Skip to content

Instantly share code, notes, and snippets.

@Phillaf
Last active November 10, 2016 13:51
Show Gist options
  • Save Phillaf/1b3a56c7fa365134d7bbd2206bc90b1e to your computer and use it in GitHub Desktop.
Save Phillaf/1b3a56c7fa365134d7bbd2206bc90b1e to your computer and use it in GitHub Desktop.
medium-drone
version: '2'
services:
drone:
container_name: drone
image: drone/drone
restart: always
ports:
- 80:8000
volumes:
- /var/lib/drone:/var/lib/drone
- /var/run/docker.sock:/var/run/docker.sock
environment:
- REMOTE_DRIVER
- REMOTE_CONFIG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment