diff --git a/docker-compose.yaml b/docker-compose.yaml index e323f24..1886b8b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -76,9 +76,6 @@ 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: - "drone.aetoskia.com:192.168.1.111" - "gitea.aetoskia.com:192.168.1.111"