Skip to main content

Docker compose Local

Caution

Only for testing purposes on your local computer

This page describes how to quickly setup a self-managed instance of Plumber for testing purposes using Docker-compose on your local computer. This is not suitable for production

💻 Requirements

  • GitLab instance version >=17.7
  • Git
  • Docker >= 20.10

🚀 Installation

⏫ Update

To update your local instance to a new version, run the update script:

Terminal window
./scripts/update.sh

The script will pull the latest changes, load new image versions, and restart the containers.