Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 634 Bytes

Peering Setup

This setup expects you to have built the consul:local image:

You can do so by cloning Consul and running the following commands:

  1. make ui-docker
  2. make dev-docker

Starting the setup

  1. yarn setup:tls
  2. docker-compose up

The setup will start two agents with the UI enabled:

Using a different version than consul:local

You can customize what consul image will be used by providing the CONSUL_IMAGE environment variable.

CONSUL_IMAGE=consul:latest docker-compose up