Update archived folder name

This commit is contained in:
2025-07-09 20:00:46 +05:30
parent d0123c8dc0
commit 802a317bb0
24 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
services:
woodpecker-agent:
image: docker.io/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