Skip to content

Commit

Permalink
Update docker image with latest cadence release (uber#614)
Browse files Browse the repository at this point in the history
Fix config template to include new required config changes to bring up
the Cadence server.
  • Loading branch information
samarabbas committed Mar 14, 2018
1 parent dff860e commit 6ad47ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ services:
prefix: "cadence-history"

clustersInfo:
enableGlobalDomain: false
initialFailoverVersion: 0
failoverVersionIncrement: 10
masterClusterName: "active"
currentClusterName: "active"
clusterNames:
- "active"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "8125:8125"
- "8126:8126"
cadence:
image: ubercadence/server:0.3.6
image: ubercadence/server:0.3.9
ports:
- "7933:7933"
- "7934:7934"
Expand Down

0 comments on commit 6ad47ff

Please sign in to comment.