mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Add woodpecker-agent version constrant
* Add 443 port for WOODPECKER_SERVER environment variable to fix edge cases of SSL errors occuring Signed-off-by: kairusds <kairusds@noreply.codeberg.org>
This commit is contained in:
parent
047aa55ba0
commit
0ea979281e
1 changed files with 2 additions and 2 deletions
|
|
@ -70,14 +70,14 @@ Tokens are added as the `WOODPECKER_AGENT_SECRET` environment variable to avoid
|
|||
```yaml
|
||||
services:
|
||||
woodpecker-agent:
|
||||
image: woodpeckerci/woodpecker-agent:v3
|
||||
image: woodpeckerci/woodpecker-agent:v3.13.0
|
||||
command: agent
|
||||
restart: always
|
||||
volumes:
|
||||
- woodpecker-agent-config:/etc/woodpecker
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- WOODPECKER_SERVER=grpc.ci.codeberg.org
|
||||
- WOODPECKER_SERVER=grpc.ci.codeberg.org:443
|
||||
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
|
||||
- WOODPECKER_GRPC_SECURE=true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue