Open .env file and modify the FEISHU_BOT_WEBHOOK_URL value.
Run docker-compose up -d --build to build the container and start the service.
In your GitLab project, go to Settings > Integrations and enter the URL of your server followed by the endpoint https://YOUR_DOMAIN/gitlab/webhook (e.g. https://example.com/gitlab/webhook)
Select the events you want to trigger the webhook (e.g. Push events) and save the changes.
Usage
When the events you selected are triggered, the webhook will be sent to your server and the server will be executed, sending a notification to your Feishu bot.