Skip to content

Commit

Permalink
Add the cadence-web UI to docker compose (#525)
Browse files Browse the repository at this point in the history
* Add the cadence-web UI to docker compose
  • Loading branch information
nathanboktae authored and samarabbas committed Jan 30, 2018
1 parent c0b4358 commit 4d9fcf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ We'd love your help in making Cadence great. Please review our [instructions](CO
## License

MIT License, please see [LICENSE](https://github.com/uber/cadence/blob/master/LICENSE) for details.

8 changes: 8 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ services:
depends_on:
- cassandra
- statsd
cadence-web:
image: ubercadence/web:0.6.1
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
- "8088:8088"
depends_on:
- cadence

0 comments on commit 4d9fcf7

Please sign in to comment.