Skip to content

Commit

Permalink
upgrading docker image for cadence web to point to latest (cadence-wo…
Browse files Browse the repository at this point in the history
  • Loading branch information
just-at-uber authored Feb 24, 2020
1 parent 287f8b5 commit c050056
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- kafka
- elasticsearch
cadence-web:
image: ubercadence/web:3.4.1
image: ubercadence/web:latest
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- mysql
- statsd
cadence-web:
image: ubercadence/web:3.4.1
image: ubercadence/web:latest
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
depends_on:
- postgres
cadence-web:
image: ubercadence/web:3.4.1
image: ubercadence/web:latest
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- cassandra
- statsd
cadence-web:
image: ubercadence/web:3.4.1
image: ubercadence/web:latest
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down

0 comments on commit c050056

Please sign in to comment.