diff --git a/update-all.sh b/update-all.sh index cf0a316..42fee5f 100755 --- a/update-all.sh +++ b/update-all.sh @@ -4,6 +4,9 @@ source .env echo "${HTTP_USER}:${HTTP_PASSWORD}" > traefik/http_auth +# Docker-compose settings +COMPOSE_HTTP_TIMEOUT=240 + # Fetch all YAML files SERVICES=$(find services -mindepth 1 -maxdepth 1 -name "*.yaml" | sed -e 's/^/-f /') ALL_SERVICES="-f docker-compose.yaml $SERVICES"