Drone CI server and Drone Docker runner. #34

Merged
skobkin merged 13 commits from feature_drone into master 2022-03-29 14:23:15 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit b1988747cd - Show all commits

View File

@ -6,7 +6,8 @@ services:
image: "drone/drone-runner-docker:${IMAGE_VERSION:-1}"
container_name: drone-runner
volumes:
- "${HOST_DATA_DIR:-./data}:/data"
# Mounting Docker socket inside the container to control temporary Docker containers from runner.
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
# Optional, used for dashboard:
# https://discourse.drone.io/t/drone-agent-port/5914/5