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
|
2019-09-14 15:29:25 -07:00
|
|
|
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
|
2024-01-31 17:47:18 -07:00
|
|
|
- /home/http/files:/deploy/files
|