make webhookd hook timeout configurable
This commit is contained in:
@ -19,6 +19,7 @@ HUGO_GIT_URL=git@codeberg.org:eotl/example-repo.git
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.private.yml"
|
||||
#PRIVATE_ENABLED=1
|
||||
#SECRET_DEPLOY_KEY_VERSION=v1
|
||||
#WHD_HOOK_TIMEOUT=10
|
||||
|
||||
# Custom deployment script
|
||||
# place this in your HUGO_GIT_URL repository root
|
||||
|
@ -40,6 +40,7 @@ services:
|
||||
- HUGO_VERSION
|
||||
- PRIVATE_ENABLED
|
||||
- WHD_SCRIPTS=/root/scripts
|
||||
- WHD_HOOK_TIMEOUT=${WHD_HOOK_TIMEOUT:-10}
|
||||
command: webhookd
|
||||
entrypoint: /entrypoint.sh
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user