Archive Woodpecker

This commit is contained in:
2025-07-03 22:08:09 +05:30
parent d2373395ed
commit 70f310367a
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
woodpecker-agent:
image: woodpeckerci/woodpecker-agent:v3.7.0
container_name: woodpecker-agent
depends_on:
woodpecker-server:
condition: service_healthy
command: agent
environment:
- WOODPECKER_SERVER=${WOODPECKER_SERVER}
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
volumes:
- ./agent:/etc/woodpecker
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped