don't verify SSL in runner not server
This commit is contained in:
@@ -47,7 +47,6 @@ services:
|
|||||||
DRONE_RPC_SECRET: supersecretkey
|
DRONE_RPC_SECRET: supersecretkey
|
||||||
DRONE_SERVER_HOST: drone.aetoskia.com
|
DRONE_SERVER_HOST: drone.aetoskia.com
|
||||||
DRONE_SERVER_PROTO: http
|
DRONE_SERVER_PROTO: http
|
||||||
GIT_SSL_NO_VERIFY: true
|
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
@@ -74,6 +73,7 @@ services:
|
|||||||
DRONE_RUNNER_ARCH: arm64
|
DRONE_RUNNER_ARCH: arm64
|
||||||
DRONE_LOGS_DEBUG: true
|
DRONE_LOGS_DEBUG: true
|
||||||
DRONE_LOGS_TRACE: true
|
DRONE_LOGS_TRACE: true
|
||||||
|
GIT_SSL_NO_VERIFY: true
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "drone.aetoskia.com:192.168.1.111"
|
- "drone.aetoskia.com:192.168.1.111"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user