Skip to content

Commit c417829

Browse files
authored
Update README.md (#62)
1 parent 61a5c83 commit c417829

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,17 @@ docker-compose -f docker-compose-mysql-es.yml up
5858

5959
Here is a list of available files and the dependencies they use.
6060

61-
| File | Description |
62-
| ------------------------------- | -------------------------------------- |
63-
| docker-compose.yml | PostgreSQL and Elasticsearch (default) |
64-
| docker-compose-postgres.yml | PostgreSQL |
65-
| docker-compose-cas.yml | Cassandra |
66-
| docker-compose-cas-es.yml | Cassandra and Elasticsearch |
67-
| docker-compose-mysql.yml | MySQL |
68-
| docker-compose-mysql-es.yml | MySQL and Elasticsearch |
69-
| docker-compose-cockroach.yml | CockroachDB |
70-
| docker-compose-cockroach-es.yml | CockroachDB and Elasticsearch |
61+
| File | Description |
62+
| ---------------------------------- | -------------------------------------- |
63+
| docker-compose.yml | PostgreSQL and Elasticsearch (default) |
64+
| docker-compose-postgres.yml | PostgreSQL |
65+
| docker-compose-cas.yml | Cassandra |
66+
| docker-compose-cas-es.yml | Cassandra and Elasticsearch |
67+
| docker-compose-mysql.yml | MySQL |
68+
| docker-compose-mysql-es.yml | MySQL and Elasticsearch |
69+
| docker-compose-cockroach.yml | CockroachDB |
70+
| docker-compose-cockroach-es.yml | CockroachDB and Elasticsearch |
71+
| docker-compose-ui-experimental.yml | Web v2 Beta (Experimental) |
7172

7273
### Use a custom image configuration
7374

@@ -114,3 +115,11 @@ docker run -e CASSANDRA_SEEDS=10.x.x.x -- csv of Cassandra serv
114115
## Auto-Setup
115116

116117
These docker-compose setups do not use Temporal Server directly - they utilize [an `auto-setup` script you can read about here](https://docs.temporal.io/blog/auto-setup). You will want to familiarize yourself with this before you deploy to production.
118+
119+
## Using the new, experimental web interface
120+
121+
```bash
122+
docker-compose -f docker-compose-ui-experimental.yml up
123+
```
124+
125+
The web interface is located at `http://localhost:8080` by default.

0 commit comments

Comments
 (0)