From 115519ebb410ea53481405e64abbe05bae51a164 Mon Sep 17 00:00:00 2001 From: stream Date: Sun, 7 Jun 2026 09:39:51 +0300 Subject: [PATCH] =?UTF-8?q?fix(compose):=20ORCH=5FDEPLOY=5F*=20env=20for?= =?UTF-8?q?=20self-deploy=20(prefix=20ORCH=5F,=20orchestrator=20hook,=20ho?= =?UTF-8?q?st-repo=20path)=20=E2=80=94=20ORCH-36=20Phase=20B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 071bc4c..1c76518 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,9 +26,15 @@ services: environment: - ORCH_REPOS_DIR=/repos - ORCH_HOST_REPOS_DIR=/home/slin/repos + # legacy enduro deployer (read via os.environ, keep as-is): - DEPLOY_SSH_USER=slin - DEPLOY_SSH_HOST=127.0.0.1 - DEPLOY_HOOK_SCRIPT=/home/slin/bin/enduro-deploy-hook.sh + # ORCH-036 self-deploy (read via pydantic ORCH_ prefix; host-network -> 127.0.0.1, ssh key mounted): + - ORCH_DEPLOY_SSH_USER=slin + - ORCH_DEPLOY_SSH_HOST=127.0.0.1 + - ORCH_DEPLOY_HOOK_SCRIPT=scripts/orchestrator-deploy-hook.sh + - ORCH_DEPLOY_HOST_REPO_PATH=/home/slin/repos/orchestrator group_add: - "999"