Mesos integration templates

This commit is contained in:
James Oliver
2016-04-28 09:25:51 -07:00
parent 76e6d3f101
commit 03561fa625
30 changed files with 948 additions and 0 deletions
@@ -0,0 +1,10 @@
scheduler:
image: rancher/elasticsearch:latest
environment:
MESOS_SERVICE: ${MESOS_SERVICE}
ZK_SERVICE: ${ZK_SERVICE}
SCHEDULER_PORT: ${SCHEDULER_PORT}
JAVA_OPTS: -Xms256M -Xmx256M
NODE_COUNT: ${NODE_COUNT}
ports:
- "${SCHEDULER_PORT}:${SCHEDULER_PORT}"