working drone-runner

This commit is contained in:
2025-10-05 14:43:17 +05:30
parent 701ed9abef
commit 90fb6e64c2

View File

@@ -61,11 +61,8 @@ services:
restart: always
depends_on:
- drone-server
ports:
- "6004:3000" # optional: exposes runner metrics/debug UI
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/aetos/drone-runner/ssh:/drone-ssh:ro
environment:
DRONE_RPC_PROTO: https
DRONE_RPC_HOST: drone.aetoskia.com
@@ -77,9 +74,6 @@ services:
DRONE_LOGS_DEBUG: true
DRONE_LOGS_TRACE: true
GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
extra_hosts:
- "drone.aetoskia.com:192.168.1.111"
- "gitea.aetoskia.com:192.168.1.111"
registry:
image: registry:2