Remove more of UI v1 scripts (#146)

* Remove more of UI v1 scripts

* Update RELEASE.md
This commit is contained in:
Ruslan
2022-10-13 12:26:24 -04:00
committed by GitHub
parent 5a628f0d67
commit 488ef07c1b
3 changed files with 1 additions and 24 deletions

View File

@@ -7,7 +7,6 @@ To update the image tag for a release:
``` ```
TEMPORAL_VERSION=1.16.2 TEMPORAL_VERSION=1.16.2
TEMPORAL_WEB_VERSION=1.14.0 TEMPORAL_UI_VERSION=2.7.1
TEMPORAL_UI_VERSION=0.4.0
``` ```
* Commit the change and submit a PR * Commit the change and submit a PR

View File

@@ -79,17 +79,6 @@ services:
- temporal-network - temporal-network
ports: ports:
- 8080:8080 - 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: networks:
temporal-network: temporal-network:
driver: bridge driver: bridge

View File

@@ -70,17 +70,6 @@ services:
- temporal-network - temporal-network
ports: ports:
- 8080:8080 - 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: networks:
temporal-network: temporal-network:
driver: bridge driver: bridge