diff --git a/docker-compose.yaml b/docker-compose.yaml index ef880eb..1c28f33 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -47,7 +47,6 @@ services: DRONE_RPC_SECRET: supersecretkey DRONE_SERVER_HOST: drone.aetoskia.com DRONE_SERVER_PROTO: http - GIT_SSL_NO_VERIFY: true restart: always depends_on: - gitea @@ -74,6 +73,7 @@ services: DRONE_RUNNER_ARCH: arm64 DRONE_LOGS_DEBUG: true DRONE_LOGS_TRACE: true + GIT_SSL_NO_VERIFY: true extra_hosts: - "drone.aetoskia.com:192.168.1.111"