2016-11-23 20:45:08 -07:00

11 lines
314 B
YAML

chronos:
image: rancher/chronos:latest
environment:
ZK_SERVICE: mesos/zookeeper
MESOS_SERVICE: mesos/mesos-master
CHRONOS_HTTP_PORT: ${CHRONOS_HTTP_PORT}
labels:
io.rancher.container.hostname_override: container_name
ports:
- "${CHRONOS_HTTP_PORT}:${CHRONOS_HTTP_PORT}"
privileged: true