mirror of
https://github.com/temporalio/docker-compose.git
synced 2026-08-30 18:41:40 -07:00
Set Temporal CLI address env variable (#177)
* Set Temporal CLI address env variable * update k8s images
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user