Merge branch 'main' of gitea:services/codebase

This commit is contained in:
2025-10-21 17:24:18 +05:30
2 changed files with 251 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ services:
image: drone/drone-runner-docker:latest
container_name: drone-runner
restart: always
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@@ -78,6 +79,8 @@ services:
DRONE_RUNNER_ARCH: arm64
DRONE_LOGS_DEBUG: true
DRONE_LOGS_TRACE: true
extra_hosts:
- "private-pi:192.168.1.111"
profiles:
- server-pi