Last active
October 27, 2017 19:51
-
-
Save ericmaino/f82dd29566ed6df849a9702b886e8160 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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