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:
kairusds 2026-04-16 19:25:18 +02:00
parent 047aa55ba0
commit 0ea979281e

View file

@ -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