wp config fix

This commit is contained in:
2026-08-06 14:08:18 +02:00
parent 867f71f7c0
commit 248ca2ebea
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -18,3 +18,9 @@ WOODPECKER_AGENT_SECRET=example-agent-secret
# http://woodpecker:8000/authorize — required before the ci profile starts.
WOODPECKER_GITEA_CLIENT=
WOODPECKER_GITEA_SECRET=
# Woodpecker management (repo sync, secret provisioning, pipeline control).
# Generate a PAT in Woodpecker: profile → Personal Token.
WOODPECKER_URL=http://woodpecker:8000
WOODPECKER_API_TOKEN=
WOODPECKER_REPO_OWNER=
+3
View File
@@ -39,6 +39,9 @@ services:
UPDATE_SECRET: ${UPDATE_SECRET:-example-update-secret}
FILE_CONTAINER_PATH: /softwares
IMAGE_CONTAINER_PATH: /images
WOODPECKER_URL: ${WOODPECKER_URL:-}
WOODPECKER_API_TOKEN: ${WOODPECKER_API_TOKEN:-}
WOODPECKER_REPO_OWNER: ${WOODPECKER_REPO_OWNER:-}
depends_on:
mysql:
condition: service_healthy