NodePit Runner – Workflows Around the Clock!
NodePit Runner is the perfect complement to the KNIME Analytics Platform and allows you to deploy, execute and monitor your KNIME workflows in the cloud or on-premises as easy as running them locally. Get more information on features, pricing and how to start your free trial period on NodePit.
Docker and Docker Compose is the simplest way to run NodePit Runner on a single server or local machine.
- Install Docker and Docker Compose
- Download the
docker-compose.ymlfile (right click the link and “Save as” to an arbitrary location on your computer) - Open a terminal and change to the directory where you saved the
docker-compose.ymlfile - Start NodePit Runner with
docker compose up -d - Open your browser and navigate to
http://localhost:8080and follow the instructions to create your initial admin account
For configuration options (public URL, secrets, scaling executors, …) and everything else, see Installation and Configuration in the docs.
To upgrade an already running instance, run docker compose pull followed by docker compose up -d. Database migrations happen automatically.
The full manual — installation, configuration, guides and the API reference — lives at docs.nodepit.com/runner.
Unsure if NodePit Runner is for you? Drop us a mail and we answer your questions and even better get you access to our cloud version of NodePit Runner for testing.
- Give a ⭐️ for this repo
- Questions? Just drop us a mail
NodePit Runner is licensed under the NodePit Runner: Terms and Conditions. By installing and/or using NodePit Runner, you agree and acknowledge the terms and conditions.
Show more
If you use Vagrant, there’s a Vagrantfile to run a Debian box with Docker preinstalled. Start and connect to the box as follows:
vagrant up
vagrant sshThe project directory is mounted to /vagrant within the box. From there, you can continue with docker compose up -d
Created by nodepit.com, 2023, 2024, 2025, 2026.
