The webhook is not triggering

I tried a fresh install with mysql and with sqlite too, but is not working. It works if i just use named volumes but not with the binded ones. The problem is that the git events are not being executed.

Steps to reproduce

  1. Create a new organization
  2. Create a new repository on the organization
  3. Make some changes and push them

Expected behaviour

Should show the push events on the activity feed of the main page
Should trigger the webhooks

Actual behaviour

Doesn’t show any push event on the main page
Doesn’t call the webhooks

how can i fix this?