mirror of
https://github.com/Adam-Ant/DroneAgentBuilder
synced 2024-11-05 08:46:23 +00:00
15 lines
306 B
YAML
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
|