Add version constraint for woodpeckerci/woodpecker-agent Docker image (#777)

* Add 443 port for WOODPECKER_SERVER environment  variable to fix edge cases of SSL errors occuring

Signed-off-by: kairusds <kairusds@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/777
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: kairusds <kairusds@noreply.codeberg.org>
Co-committed-by: kairusds <kairusds@noreply.codeberg.org>
This commit is contained in:
kairusds 2026-04-18 15:39:21 +02:00 committed by Gusted
parent c99ae24d80
commit c2652bb941

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