From 9663bb400ffe823933268a8a47de4dd8d2ab23ff Mon Sep 17 00:00:00 2001 From: hael Date: Sat, 22 Mar 2025 17:23:46 +0100 Subject: [PATCH] DOCKER_REGISTRY_URL ENV --- scripts/scheduler/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 842b333..33816b4 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -344,7 +344,7 @@ create_framework_json() { ADDITIONAL="" ADDITIONAL='"EXTRA": "--label logging=promtail_user --label logging_jobname=containers --restart=always", "PRE_START": [], "DEPEND": [], "CMD": ""' - ENVS='"ENVS": [{"RUN_FORCE": "'$RUN_FORCE'"}, {"WEBSERVER_PORT": "'$WEBSERVER_PORT'"}],' + ENVS='"ENVS": [{"RUN_FORCE": "'$RUN_FORCE'"}, {"DOCKER_REGISTRY_URL": "'$DOCKER_REGISTRY_URL'"}, {"WEBSERVER_PORT": "'$WEBSERVER_PORT'"}],' echo '{ "main": { "SERVICE_NAME": "framework"