Skip to content

Commit 7b4a0df

Browse files
committed
added missing env
1 parent 41df16d commit 7b4a0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ services:
282282
WORKERS_EC2_INSTANCES_MAX_START_TIME: ${WORKERS_EC2_INSTANCES_MAX_START_TIME}
283283
WORKERS_EC2_INSTANCES_SECURITY_GROUP_IDS: ${WORKERS_EC2_INSTANCES_SECURITY_GROUP_IDS}
284284
WORKERS_EC2_INSTANCES_SUBNET_IDS: ${WORKERS_EC2_INSTANCES_SUBNET_IDS}
285+
WORKERS_EC2_INSTANCES_COLD_START_DOCKER_IMAGES_PRE_PULLING: ${WORKERS_EC2_INSTANCES_COLD_START_DOCKER_IMAGES_PRE_PULLING}
285286
WORKERS_EC2_INSTANCES_CUSTOM_TAGS: ${WORKERS_EC2_INSTANCES_CUSTOM_TAGS}
286287
CLUSTERS_KEEPER_TRACING: ${CLUSTERS_KEEPER_TRACING}
287288
secrets: *dask_tls_secrets

0 commit comments

Comments
 (0)