Skip to content

Instantly share code, notes, and snippets.

@sheenobu
Created February 23, 2017 14:08
Show Gist options
  • Save sheenobu/998dfb8320e62bd815a2fb7694e0d018 to your computer and use it in GitHub Desktop.
Save sheenobu/998dfb8320e62bd815a2fb7694e0d018 to your computer and use it in GitHub Desktop.
consul 0.7 in compose
version: "2"
services:
consul:
build: ./consul/0.7/consul
image: gliderlabs/consul:0.7
consul-agent:
build: ./consul/0.7/consul-agent
image: gliderlabs/consul-agent:0.7
consul-server:
build: ./consul/0.7/consul-server
image: gliderlabs/consul-server:0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment