mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-07 17:36:39 +00:00
yalla
This commit is contained in:
19
htdocs/master/fig.yml
Normal file
19
htdocs/master/fig.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
master:
|
||||
image: redjack/mesos-master
|
||||
command: mesos-master --work_dir=/mesos
|
||||
net: host
|
||||
|
||||
volt:
|
||||
image: volt/volt
|
||||
command: --master=trng.dckr.org:5050
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
zk:
|
||||
image: jplock/zookeeper
|
||||
|
||||
marathon:
|
||||
image: mesosphere/marathon
|
||||
command: --master trng.dckr.org:5050 --zk zk://zk:2181/marathon
|
||||
links:
|
||||
- zk:zk
|
||||
Reference in New Issue
Block a user