Mesos integration templates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
scheduler:
|
||||
image: rancher/aurora:latest
|
||||
environment:
|
||||
ZK_SERVICE: ${ZK_SERVICE}
|
||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
||||
AURORA_HTTP_PORT: ${AURORA_HTTP_PORT}
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
ports:
|
||||
- "${AURORA_HTTP_PORT}:${AURORA_HTTP_PORT}"
|
||||
Reference in New Issue
Block a user