1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/drone/docker-compose.yml

10 lines
187 B
YAML
Raw Normal View History

2016-01-11 15:21:41 +00:00
drone:
image: drone/drone:0.4
ports:
- "8000:8000"
volumes:
- ./drone:/var/lib/drone
- /var/run/docker.sock:/var/run/docker.sock
env_file: ./dronerc
restart: always