gitlab-monitor-docs 1.0 Help

🐬 Docker

📦 Running in the docker way

  • To run the gitlab monitor self-hosted on a server via docker,

  1. Make sure you have a working server that you can run the bot.

  2. Make sure you have an url for the gitlab webhook.

  3. Check if you have config.json and mongo.json files on the root dir of your server.

💾 Server requirements

📥 Pulling the image

  • To pull the image to your server use:

docker pull ghcr.io/idankoblik/gitlab-monitor:main

🔗 Running the bot from the image

  • After you pulled the image to your server, you should use the following command to run the jar file:

java -jar /app/gitlab-monitor.jar
Last modified: 20 April 2024