Set Temporal CLI address env variable (#177)

* Set Temporal CLI address env variable

* update k8s images
This commit is contained in:
Ruslan
2023-06-30 13:26:13 -07:00
committed by GitHub
parent 53244d1ef9
commit c66f5230bf
18 changed files with 37 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ services:
depends_on:
- temporal
environment:
- TEMPORAL_ADDRESS=temporal:7233
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:${TEMPORAL_VERSION}
networks: