mirror of
https://github.com/temporalio/docker-compose.git
synced 2026-08-30 18:41:40 -07:00
Remove UI v1 (#143)
This commit is contained in:
1
.env
1
.env
@@ -4,5 +4,4 @@ ELASTICSEARCH_VERSION=7.16.2
|
||||
MYSQL_VERSION=8
|
||||
POSTGRESQL_VERSION=13
|
||||
TEMPORAL_VERSION=1.18.1
|
||||
TEMPORAL_WEB_VERSION=1.15.0
|
||||
TEMPORAL_UI_VERSION=2.6.2
|
||||
|
||||
@@ -65,18 +65,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
|
||||
|
||||
@@ -46,18 +46,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
|
||||
|
||||
@@ -60,18 +60,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
|
||||
|
||||
@@ -52,18 +52,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
|
||||
|
||||
@@ -53,18 +53,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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user