Teamcity-agents/docker-compose.yml

26 lines
530 B
YAML
Raw Permalink Normal View History

2019-02-17 16:28:19 -07:00
version: '3'
services:
agent-x64:
2019-09-14 12:16:59 -07:00
build:
context: agents
dockerfile: Dockerfile.trusty64
2019-09-07 03:07:07 -07:00
hostname: trusty-64
2019-09-14 12:16:59 -07:00
agent-x32:
build:
context: agents
dockerfile: Dockerfile.trusty32
hostname: trusty-32
site:
build:
context: agents
dockerfile: Dockerfile.site
hostname: site
2021-03-21 19:34:42 -07:00
deployer:
build:
context: agents
dockerfile: Dockerfile.deployer
hostname: deployer
volumes:
- /etc/private/deployer:/private
- /home/http/files:/deploy/files