You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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) |
71
72
72
73
### Use a custom image configuration
73
74
@@ -114,3 +115,11 @@ docker run -e CASSANDRA_SEEDS=10.x.x.x -- csv of Cassandra serv
114
115
## Auto-Setup
115
116
116
117
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