From 453638c5d649c6a266c260165cbb8cb31618f295 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Wed, 1 Oct 2025 21:57:12 +0530 Subject: [PATCH] added DRONE_GIT_HTTP_URL --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index f459c6f..e323f24 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -76,6 +76,7 @@ services: DRONE_RUNNER_ARCH: arm64 DRONE_LOGS_DEBUG: true DRONE_LOGS_TRACE: true + DRONE_GIT_HTTP_URL: "http://192.168.1.111:6002" # Critical: Configure Git to use credentials and skip SSL verification GIT_SSL_NO_VERIFY: "true" extra_hosts: