1
0
mirror of https://github.com/Adam-Ant/DroneAgentBuilder synced 2024-06-14 08:27:22 +00:00
DroneAgentBuilder/drone-compose.yml
2018-02-06 01:36:23 +00:00

15 lines
306 B
YAML

version: '3.1'
# Run this on a dedicated box only!
# It WILL make a mess of the docker daemon
services:
agent:
image: drone/agent:0.8.4
container_name: drone-agent
command: agent
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file: /etc/dronecfg