mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +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
|