Set TEMPORAL_ADDRESS/TEMPORAL_CLI_ADDRESS on temporal container. (#226)

This avoids some auto-detection log messages and allows the temporal cli to
connect to the server in the temporal container, not just
temporal-admin-tools.
This commit is contained in:
Rob Holland
2025-04-28 15:18:01 +01:00
committed by GitHub
parent b756b87d01
commit 5326abea4c
7 changed files with 14 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ services:
- ENABLE_ES=true - ENABLE_ES=true
- ES_SEEDS=elasticsearch - ES_SEEDS=elasticsearch
- ES_VERSION=v7 - ES_VERSION=v7
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/auto-setup:${TEMPORAL_VERSION} image: temporalio/auto-setup:${TEMPORAL_VERSION}
networks: networks:
- temporal-network - temporal-network

View File

@@ -42,6 +42,8 @@ services:
- ENABLE_ES=true - ENABLE_ES=true
- ES_SEEDS=elasticsearch - ES_SEEDS=elasticsearch
- ES_VERSION=v7 - ES_VERSION=v7
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/auto-setup:${TEMPORAL_VERSION} image: temporalio/auto-setup:${TEMPORAL_VERSION}
networks: networks:
- temporal-network - temporal-network

View File

@@ -22,6 +22,8 @@ services:
- MYSQL_PWD=root - MYSQL_PWD=root
- MYSQL_SEEDS=mysql - MYSQL_SEEDS=mysql
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml - DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/auto-setup:${TEMPORAL_VERSION} image: temporalio/auto-setup:${TEMPORAL_VERSION}
networks: networks:
- temporal-network - temporal-network

View File

@@ -51,6 +51,8 @@ services:
- ENABLE_ES=true - ENABLE_ES=true
- ES_SEEDS=opensearch - ES_SEEDS=opensearch
- ES_VERSION=v7 - ES_VERSION=v7
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/auto-setup:${TEMPORAL_VERSION} image: temporalio/auto-setup:${TEMPORAL_VERSION}
networks: networks:
- temporal-network - temporal-network

View File

@@ -23,6 +23,8 @@ services:
- POSTGRES_PWD=temporal - POSTGRES_PWD=temporal
- POSTGRES_SEEDS=postgresql - POSTGRES_SEEDS=postgresql
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml - DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/auto-setup:${TEMPORAL_VERSION} image: temporalio/auto-setup:${TEMPORAL_VERSION}
networks: networks:
- temporal-network - temporal-network

View File

@@ -76,6 +76,8 @@ services:
- ES_SCHEME=https - ES_SCHEME=https
- ES_USER=elastic - ES_USER=elastic
- ES_PWD=elastic - ES_PWD=elastic
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
networks: networks:
- temporal-network - temporal-network
ports: ports:

View File

@@ -44,6 +44,8 @@ services:
- ENABLE_ES=true - ENABLE_ES=true
- ES_SEEDS=elasticsearch - ES_SEEDS=elasticsearch
- ES_VERSION=v7 - ES_VERSION=v7
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/auto-setup:${TEMPORAL_VERSION} image: temporalio/auto-setup:${TEMPORAL_VERSION}
networks: networks:
- temporal-network - temporal-network