added DRONE_RUNNER_VOLUMES

This commit is contained in:
2025-10-01 21:39:10 +05:30
parent 978a106d47
commit f84dcff1e6

View File

@@ -76,6 +76,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
DRONE_RUNNER_VOLUMES: /var/run/docker.sock:/var/run/docker.sock,/home/aetos/certs:/usr/local/share/ca-certificates:ro
extra_hosts: extra_hosts:
- "drone.aetoskia.com:192.168.1.111" - "drone.aetoskia.com:192.168.1.111"
- "gitea.aetoskia.com:192.168.1.111" - "gitea.aetoskia.com:192.168.1.111"