forked from quentin/quentin.dufour.io
simplify woodpecker conf
This commit is contained in:
parent
c0e8df4741
commit
2fa6fd460d
1 changed files with 1 additions and 6 deletions
|
@ -96,13 +96,8 @@ services:
|
||||||
# -- change these for each agent
|
# -- change these for each agent
|
||||||
- WOODPECKER_HOSTNAME=i_forgot_to_change_my_runner_name
|
- WOODPECKER_HOSTNAME=i_forgot_to_change_my_runner_name
|
||||||
- WOODPECKER_AGENT_SECRET=xxxx
|
- WOODPECKER_AGENT_SECRET=xxxx
|
||||||
- WOODPECKER_MAX_WORKFLOWS=4
|
|
||||||
# -- should not need change
|
# -- should not need change
|
||||||
- WOODPECKER_SERVER=woodpecker-grpc.deuxfleurs.fr:14453
|
- WOODPECKER_SERVER=woodpecker.example:1111
|
||||||
- WOODPECKER_HEALTHCHECK=false
|
|
||||||
- WOODPECKER_GRPC_SECURE=true
|
|
||||||
- WOODPECKER_LOG_LEVEL=info
|
|
||||||
- WOODPECKER_DEBUG_PRETTY=true
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue