Gitlab in unhealthy state after interacting with the webpage

I have installed gitlab using docker-compose as specified in the documentation. I also have an nginx server, so I have a reverse proxy for accessing gitlab.

gitlab starts fine, but when I interact a little bit with the webpage, it stops answering and I need to restart the docker container. This is an issue inside the gitlab container, as I can’t even do docker exec -it gitlab curl http://127.0.0.1:8888/-/health.

I have absolutely no idea what could be wrong. I haven’t been able to find anything meaningful in the logs. Any idea what could be wrong? I can post any logs you asked for

I seem to have the same issue with gitlab-ee 14.2.1. I’ve reverted to 14.1.3 and will submit this to gitlab support.