1
0

chore(deps): update woodpeckerci/woodpecker-server docker tag to v3.13.0 (#3449)

This commit is contained in:
renovate[bot]
2026-01-14 17:24:16 +00:00
committed by GitHub
parent a5abadc6f1
commit 972fca13c7
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
CONTAINER_NAME="woodpecker"
PANEL_APP_PORT_HTTP="40122"
REGISTER_SWITCH="false"
WOODPECKER_AGENT_SECRET=""
DATA_PATH="./data"
WOODPECKER_HOST="http://ci.example.com"
GITEA_ENABLE_SWITCH="false"
GITHUB_ENABLE_SWITCH="true"
GITLAB_ENABLE_SWITCH="false"
BITBUCKET_ENABLE_SWITCH="false"
WOODPECKER_BITBUCKET_CLIENT=""
WOODPECKER_BITBUCKET_SECRET=""
WOODPECKER_GITEA_CLIENT=""
WOODPECKER_GITEA_SECRET=""
WOODPECKER_GITEA_URL="https://try.gitea.io"
WOODPECKER_GITHUB_CLIENT=""
WOODPECKER_GITHUB_SECRET=""
WOODPECKER_GITHUB_URL="https://github.com"
WOODPECKER_GITLAB_CLIENT=""
WOODPECKER_GITLAB_SECRET=""
WOODPECKER_GITLAB_URL="https://gitlab.com"

View File

@@ -0,0 +1,203 @@
additionalProperties:
formFields:
- default: 40122
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
label:
en: Data folder path
zh: 数据文件夹路径
required: true
type: text
- default: "false"
edit: true
envKey: REGISTER_SWITCH
labelEn: Enable register (true or false)
labelZh: 启用注册(true/false)
label:
en: Enable register (true or false)
zh: 启用注册(true/false)
required: true
type: text
- default: http://ci.example.com
edit: true
envKey: WOODPECKER_HOST
labelEn: External URL
labelZh: 外部访问地址
label:
en: External URL
zh: 外部访问地址
required: true
type: text
- default: ''
edit: true
envKey: WOODPECKER_AGENT_SECRET
labelEn: Github Agent Secret Vaule
labelZh: Github Agent Secret 值
label:
en: Github Agent Secret Vaule
zh: Github Agent Secret 值
required: true
type: text
- default: "true"
edit: true
envKey: GITHUB_ENABLE_SWITCH
labelEn: Enable Github (true or false)
labelZh: 启用Github(true/false)
label:
en: Enable Github (true or false)
zh: 启用Github(true/false)
required: true
type: text
- default: https://github.com
edit: true
envKey: WOODPECKER_GITHUB_URL
labelEn: Github URL
labelZh: Github地址
label:
en: Github URL
zh: Github地址
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_GITHUB_CLIENT
labelEn: Github CLIENT Vaule
labelZh: Github CLIENT 值
label:
en: Github CLIENT Vaule
zh: Github CLIENT 值
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_GITHUB_SECRET
labelEn: Github SECRET Vaule
labelZh: Github SECRET 值
label:
en: Github SECRET Vaule
zh: Github SECRET 值
required: false
type: text
- default: "false"
edit: true
envKey: GITEA_ENABLE_SWITCH
labelEn: Enable Gitea (true or false)
labelZh: 启用Gitea(true/false)
label:
en: Enable Gitea (true or false)
zh: 启用Gitea(true/false)
required: true
type: text
- default: https://try.gitea.io
edit: true
envKey: WOODPECKER_GITEA_URL
labelEn: Gitea URL
labelZh: Gitea地址
label:
en: Gitea URL
zh: Gitea地址
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_GITEA_CLIENT
labelEn: Gitea CLIENT Vaule
labelZh: Gitea CLIENT 值
label:
en: Gitea CLIENT Vaule
zh: Gitea CLIENT 值
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_GITEA_SECRET
labelEn: Gitea SECRET Vaule
labelZh: Gitea SECRET 值
label:
en: Gitea SECRET Vaule
zh: Gitea SECRET 值
required: false
type: text
- default: "false"
edit: true
envKey: GITLAB_ENABLE_SWITCH
labelEn: Enable GitLab (true or false)
labelZh: 启用GitLab (true/false)
label:
en: Enable GitLab (true or false)
zh: 启用GitLab (true/false)
required: true
type: text
- default: https://gitlab.com
edit: true
envKey: WOODPECKER_GITLAB_URL
labelEn: GitLab URL
labelZh: GitLab 地址
label:
en: GitLab URL
zh: GitLab 地址
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_GITLAB_CLIENT
labelEn: GitLab CLIENT Vaule
labelZh: GitLab CLIENT 值
label:
en: GitLab CLIENT Vaule
zh: GitLab CLIENT 值
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_GITLAB_SECRET
labelEn: GitLab SECRET Vaule
labelZh: GitLab SECRET 值
label:
en: GitLab SECRET Vaule
zh: GitLab SECRET 值
required: false
type: text
- default: "false"
edit: true
envKey: BITBUCKET_ENABLE_SWITCH
labelEn: Enable Bitbucket (true or false)
labelZh: 启用 Bitbucket (true/false)
label:
en: Enable Bitbucket (true or false)
zh: 启用 Bitbucket (true/false)
required: true
type: text
- default: ''
edit: true
envKey: WOODPECKER_BITBUCKET_CLIENT
labelEn: Bitbucket CLIENT Value
labelZh: Bitbucket CLIENT 值
label:
en: Bitbucket CLIENT Value
zh: Bitbucket CLIENT 值
required: false
type: text
- default: ''
edit: true
envKey: WOODPECKER_BITBUCKET_SECRET
labelEn: Bitbucket SECRET Value
labelZh: Bitbucket SECRET 值
label:
en: Bitbucket SECRET Value
zh: Bitbucket SECRET 值
required: false
type: text

View File

@@ -0,0 +1,72 @@
services:
woodpecker-server:
container_name: ${CONTAINER_NAME}-server
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8000
volumes:
- ${DATA_PATH}/server/woodpecker:/var/lib/woodpecker/
environment:
- WOODPECKER_OPEN=${REGISTER_SWITCH}
- WOODPECKER_HOST=${WOODPECKER_HOST}
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
# GitHub
- WOODPECKER_GITHUB=${GITHUB_ENABLE_SWITCH}
- WOODPECKER_GITHUB_URL=${WOODPECKER_GITHUB_URL}
- WOODPECKER_GITHUB_CLIENT=${WOODPECKER_GITHUB_CLIENT}
- WOODPECKER_GITHUB_SECRET=${WOODPECKER_GITHUB_SECRET}
# Gitea / Forgejo
- WOODPECKER_GITEA=${GITEA_ENABLE_SWITCH}
- WOODPECKER_GITEA_URL=${WOODPECKER_GITEA_URL}
- WOODPECKER_GITEA_CLIENT=${WOODPECKER_GITEA_CLIENT}
- WOODPECKER_GITEA_SECRET=${WOODPECKER_GITEA_SECRET}
- WOODPECKER_GITEA_SKIP_VERIFY=true
# GitLab
- WOODPECKER_GITLAB=${GITLAB_ENABLE_SWITCH}
- WOODPECKER_GITLAB_URL=${WOODPECKER_GITLAB_URL}
- WOODPECKER_GITLAB_CLIENT=${WOODPECKER_GITLAB_CLIENT}
- WOODPECKER_GITLAB_SECRET=${WOODPECKER_GITLAB_SECRET}
- WOODPECKER_GITLAB_SKIP_VERIFY=true
# Bitbucket
- WOODPECKER_BITBUCKET=${BITBUCKET_ENABLE_SWITCH}
- WOODPECKER_BITBUCKET_CLIENT=${WOODPECKER_BITBUCKET_CLIENT}
- WOODPECKER_BITBUCKET_SECRET=${WOODPECKER_BITBUCKET_SECRET}
#
#- WOODPECKER_GRPC_ADDR=:9000
#- WOODPECKER_SERVER_ADDR=
#- WOODPECKER_GRPC_SECURE=true # defaults to false
#- WOODPECKER_GRPC_VERIFY=true # default
#
# MySQL
#- WOODPECKER_DATABASE_DRIVER=mysql
#- WOODPECKER_DATABASE_DATASOURCE=root:password@tcp(1.2.3.4:3306)/woodpecker?parseTime=true
# Postgres
#- WOODPECKER_DATABASE_DRIVER=postgres
#- WOODPECKER_DATABASE_DATASOURCE=postgres://root:password@1.2.3.4:5432/postgres?sslmode=disable
image: woodpeckerci/woodpecker-server:v3.13.0
labels:
createdBy: "Apps"
woodpecker-agent:
container_name: ${CONTAINER_NAME}-agent
restart: always
networks:
- 1panel-network
command: agent
depends_on:
- woodpecker-server
volumes:
- ${DATA_PATH}/agent/woodpecker:/etc/woodpecker
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WOODPECKER_SERVER=woodpecker-server:9000
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
image: woodpeckerci/woodpecker-server:v3.13.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true