Remove UI v1 (#143)

This commit is contained in:
Ruslan
2022-10-12 15:17:27 -04:00
committed by GitHub
parent 0ace203ed6
commit 51f5d2b969
7 changed files with 0 additions and 73 deletions

View File

@@ -72,18 +72,6 @@ services:
- temporal-network
ports:
- 8080:8080
temporal-web:
container_name: temporal-web
depends_on:
- temporal
environment:
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
- TEMPORAL_PERMIT_WRITE_API=true
image: temporalio/web:${TEMPORAL_WEB_VERSION}
networks:
- temporal-network
ports:
- 8088:8088
networks:
temporal-network:
driver: bridge