simplify woodpecker conf

This commit is contained in:
Quentin 2024-08-10 17:46:31 +02:00
parent c0e8df4741
commit 2fa6fd460d
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -96,13 +96,8 @@ services:
# -- change these for each agent
- WOODPECKER_HOSTNAME=i_forgot_to_change_my_runner_name
- WOODPECKER_AGENT_SECRET=xxxx
- WOODPECKER_MAX_WORKFLOWS=4
# -- should not need change
- WOODPECKER_SERVER=woodpecker-grpc.deuxfleurs.fr:14453
- WOODPECKER_HEALTHCHECK=false
- WOODPECKER_GRPC_SECURE=true
- WOODPECKER_LOG_LEVEL=info
- WOODPECKER_DEBUG_PRETTY=true
- WOODPECKER_SERVER=woodpecker.example:1111
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"