Guest User

Untitled

a guest
Oct 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. version: "2"
  2. services:
  3. consul:
  4. image: "consul:0.8.3"
  5. hostname: "consul"
  6. # ports:
  7. # - "8500:8500"
  8. environment:
  9. - 'CONSUL_LOCAL_CONFIG={"skip_leave_on_interrupt": true}'
  10. test:
  11. depends_on:
  12. - consul
  13. image: "eloycoto/deps"
  14. command: "bash -c 'cd /tmp/cilium-net-build/src/github.com/cilium/cilium/; make tests-consul'"
  15. privileged: true
  16. volumes:
  17. - "/src/:/tmp/cilium-net-build/src/github.com/cilium/cilium/"
Add Comment
Please, Sign In to add comment