Last active
November 10, 2016 13:51
-
-
Save Phillaf/1b3a56c7fa365134d7bbd2206bc90b1e to your computer and use it in GitHub Desktop.
medium-drone
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
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