mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user