Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

camunda-ci/camunda-docker-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camunda docker consul

Run

docker run -d --name consul --net=host -v $PWD/consul.d:/etc/consul.d ci1.camunda.loc/camunda-consul -dc HQ -server

Parameters

see Consul Docs

  • -ui-dir=/opt/consul/ui
  • -server
  • -dc HQ
  • -client LOCAL_BIND_IP
  • -bind GLOBAL_BIND_IP
  • -bootstrap (Only single node allowed with this options)
  • -join OTHER_NODE (multiple times possible)

Web UI

http://localhost:8500/ui/

Releases

No releases published

Packages

No packages published