mirror of
https://github.com/temporalio/docker-compose.git
synced 2026-08-30 18:41:40 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user