This is a short video how to deploy a crate cluster with sloppy. The ethwe interface is set because we use weave as an overlay network for our platform.
{ "project": "crate", "services": [ { "id": "backend", "apps": [ { "id": "nodes", "domain": { "uri": "MYDOMAIN.sloppy.zone", "type": "HTTP" }, "instances": 3, "mem": 512, "cmd": "crate -Des.network.publish_host=_ethwe:ipv4_", "image": "crate", "port_mappings": [ { "container_port":4200 } ] } ] } ] }
We’re looking forward to reading your comments.
Don’t have a sloppy.io account yet? Sign up now, it’s free.