Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-08 06:38:38 +00:00
parent 78aa888991
commit e2072e027f
40 changed files with 1071 additions and 21 deletions
+12
View File
@@ -0,0 +1,12 @@
# 数据持久化路径 [必填]
WOODPECKER_ROOT_PATH=/home/woodpecker
# 数据持久化路径 [必填]
WOODPECKER_SERVER=localhost:9000
# 密钥 [必填]
WOODPECKER_AGENT_SECRET=
# 最大任务数 [必填]
WOODPECKER_MAX_WORKFLOWS=4
@@ -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.12.0
networks:
- 1panel-network
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${WOODPECKER_ROOT_PATH}/agent:/etc/woodpecker
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai