代码拉取完成,页面将自动刷新
rethinkdb:
image: rethinkdb
ports:
- "8080"
- "28015"
- "29015"
proxy:
image: ehazlett/docker-proxy:latest
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- "2375"
swarm:
image: swarm:latest
command: m --host tcp://0.0.0.0:2375 proxy:2375
links:
- "proxy:proxy"
ports:
- "2375"
media:
build: .
entrypoint: /bin/bash
dockerfile: Dockerfile.build
command: -c "make media && sleep infinity"
working_dir: /go/src/github.com/shipyard/shipyard
volumes:
- "/go/src/github.com/shipyard/shipyard/controller/static"
controller:
build: .
dockerfile: Dockerfile.build
entrypoint: /bin/bash
command: -c "make build && cd controller && ./controller -D server --rethinkdb-addr rethinkdb:28015 -d tcp://swarm:2375"
links:
- rethinkdb
- swarm
volumes_from:
- media
ports:
- "8080:8080"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。