mirror of
https://github.com/temporalio/docker-compose.git
synced 2026-08-30 18:41:40 -07:00
Remove more of UI v1 scripts (#146)
* Remove more of UI v1 scripts * Update RELEASE.md
This commit is contained in:
@@ -7,7 +7,6 @@ To update the image tag for a release:
|
||||
|
||||
```
|
||||
TEMPORAL_VERSION=1.16.2
|
||||
TEMPORAL_WEB_VERSION=1.14.0
|
||||
TEMPORAL_UI_VERSION=0.4.0
|
||||
TEMPORAL_UI_VERSION=2.7.1
|
||||
```
|
||||
* Commit the change and submit a PR
|
||||
|
||||
@@ -79,17 +79,6 @@ services:
|
||||
- temporal-network
|
||||
ports:
|
||||
- 8080:8080
|
||||
temporal-web:
|
||||
container_name: temporal-web
|
||||
depends_on:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
|
||||
image: temporalio/web:${TEMPORAL_WEB_VERSION}
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
temporal-network:
|
||||
driver: bridge
|
||||
|
||||
@@ -70,17 +70,6 @@ services:
|
||||
- temporal-network
|
||||
ports:
|
||||
- 8080:8080
|
||||
temporal-web:
|
||||
container_name: temporal-web
|
||||
depends_on:
|
||||
- temporal
|
||||
environment:
|
||||
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
|
||||
image: temporalio/web:${TEMPORAL_WEB_VERSION}
|
||||
networks:
|
||||
- temporal-network
|
||||
ports:
|
||||
- 8088:8088
|
||||
networks:
|
||||
temporal-network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user