mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:41 +02:00
10 lines
187 B
YAML
10 lines
187 B
YAML
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
|