Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-14 18:37:25 +00:00
parent fdc7baf6dc
commit c90bc9cb0a
72 changed files with 19 additions and 19 deletions
@@ -0,0 +1,20 @@
networks:
1panel-network:
external: true
services:
woodpecker-agent:
command: agent
container_name: woodpecker-agent
env_file:
- ./envs/global.env
- .env
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- NO_PROXY=127.0.0.1,localhost,.local,woodpecker-agent,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
image: woodpeckerci/woodpecker-agent:v3.13.0
networks:
- 1panel-network
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${WOODPECKER_ROOT_PATH}/agent:/etc/woodpecker