Release v1.11.4 (#42)

This commit is contained in:
Yimin Chen
2021-08-19 09:01:23 -07:00
committed by GitHub
parent 30a8a9232b
commit ff95bcdf83
8 changed files with 35 additions and 39 deletions

View File

@@ -10,7 +10,6 @@ services:
elasticsearch:
container_name: temporal-elasticsearch
environment:
# Set storage limit to low number.
- cluster.routing.allocation.disk.threshold_enabled=true
- cluster.routing.allocation.disk.watermark.low=512mb
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -33,7 +32,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
networks:
- temporal-network
ports:
@@ -46,7 +45,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -14,7 +14,7 @@ services:
environment:
- CASSANDRA_SEEDS=cassandra
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
networks:
- temporal-network
ports:
@@ -27,7 +27,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -18,7 +18,6 @@ services:
elasticsearch:
container_name: temporal-elasticsearch
environment:
# Set storage limit to low number.
- cluster.routing.allocation.disk.threshold_enabled=true
- cluster.routing.allocation.disk.watermark.low=512mb
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -45,7 +44,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
links:
- cockroach:postgres
networks:
@@ -60,7 +59,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -26,7 +26,7 @@ services:
- POSTGRES_PWD=
- POSTGRES_SEEDS=postgres
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
links:
- cockroach:postgres
networks:
@@ -41,7 +41,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -1,18 +1,8 @@
version: "3.5"
services:
mysql:
container_name: temporal-mysql
environment:
- MYSQL_ROOT_PASSWORD=root
image: mysql:5.7
networks:
- temporal-network
ports:
- 3306:3306
elasticsearch:
container_name: temporal-elasticsearch
environment:
# Set storage limit to low number.
- cluster.routing.allocation.disk.threshold_enabled=true
- cluster.routing.allocation.disk.watermark.low=512mb
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -24,6 +14,15 @@ services:
- temporal-network
ports:
- 9200:9200
mysql:
container_name: temporal-mysql
environment:
- MYSQL_ROOT_PASSWORD=root
image: mysql:5.7
networks:
- temporal-network
ports:
- 3306:3306
temporal:
container_name: temporal
depends_on:
@@ -38,7 +37,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
networks:
- temporal-network
ports:
@@ -51,7 +50,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -20,7 +20,7 @@ services:
- MYSQL_PWD=root
- MYSQL_SEEDS=mysql
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
networks:
- temporal-network
ports:
@@ -33,7 +33,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -21,7 +21,7 @@ services:
- POSTGRES_PWD=temporal
- POSTGRES_SEEDS=postgresql
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
networks:
- temporal-network
ports:
@@ -34,7 +34,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true

View File

@@ -1,19 +1,8 @@
version: "3.5"
services:
postgresql:
container_name: temporal-postgresql
environment:
POSTGRES_PASSWORD: temporal
POSTGRES_USER: temporal
image: postgres:9.6
networks:
- temporal-network
ports:
- 5432:5432
elasticsearch:
container_name: temporal-elasticsearch
environment:
# Set storage limit to low number.
- cluster.routing.allocation.disk.threshold_enabled=true
- cluster.routing.allocation.disk.watermark.low=512mb
- cluster.routing.allocation.disk.watermark.high=256mb
@@ -25,6 +14,16 @@ services:
- temporal-network
ports:
- 9200:9200
postgresql:
container_name: temporal-postgresql
environment:
POSTGRES_PASSWORD: temporal
POSTGRES_USER: temporal
image: postgres:9.6
networks:
- temporal-network
ports:
- 5432:5432
temporal:
container_name: temporal
depends_on:
@@ -40,7 +39,7 @@ services:
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7
image: temporalio/auto-setup:1.11.3
image: temporalio/auto-setup:1.11.4
networks:
- temporal-network
ports:
@@ -53,7 +52,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.3
image: temporalio/admin-tools:1.11.4
networks:
- temporal-network
stdin_open: true