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

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