Skip to content

Instantly share code, notes, and snippets.

@ericmaino
Last active October 27, 2017 19:51
Show Gist options
  • Save ericmaino/f82dd29566ed6df849a9702b886e8160 to your computer and use it in GitHub Desktop.
Save ericmaino/f82dd29566ed6df849a9702b886e8160 to your computer and use it in GitHub Desktop.
version: '3'
services:
agent:
image: ethereumex/vsts-linux-agent
hostname: ${HOST_NAME}-d
restart: always
environment:
- VSTS_ACCOUNT=${VSTS_ACCOUNT}
- VSTS_TOKEN=${VSTS_TOKEN}
- VSTS_AGENT=${HOST_NAME}-agent
- VSTS_POOL=${VSTS_POOL}
- VSTS_WORK='/var/vsts/$VSTS_AGENT'
- LARGEDISK=true
volumes:
- /media/disk1:/var/vsts
- /var/run/docker.dock:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment