Deploy Docker image
Mergeable is available as a standalone Docker image, with no external dependencies. Using the Docker image is recommended for simple setups, e.g., when deploying directly on a bare VM or using a PaaS.
Steps
The Docker image can be started with the following command:
The Web UI will then be available at http://localhost:8080.
The above command starts the latest published image from the main branch. You may refer to a specific commit by using the sha1 of the target commit as the image tag, e.g.:
Configuration
Mergeable can be configured using environment variables, e.g.: