Bluetooth microphone and audio doesn't workin in rhasspy inside a docker container

Hi there, im having a big issue using my bluetooth microphone integrated in my headset with rhasspy in a docker container, in my raspberry pi 5. I have tried a lot of things to get it working, but nothing…
Rhasspy doesn’t recognize my microphone for some reason, neither with arecord or pyaudio. Also, I tried to change the settings to pulseaudio or pipewire in raspi-config, nothing worked. I also tried to change the profile of the container, and adding some intents to the recognition with pulseaudio, and nothing worked again. I dont know what i could do anymore, im just thinking of buying a new microphone with usb cable. Btw, i didnt hear anything in the headset, even when i press the wake word button, it should make a noise.

My microphone is detected like this:
3 bluez_source.4C_65_A8_A0_49_96.handsfree_head_unit module-bluez5-device.c s16le 1ch 16000Hz IDLE

I changed my docker profile for this:
docker run -d
–name rhasspy
–restart unless-stopped
-p 12101:12101 -p 12183:12183
-v “$HOME/.config/rhasspy/profiles:/profiles”
-v /run/user/1000/pulse/native:/run/user/1000/pulse/native
-e PULSE_SERVER=unix:/run/user/1000/pulse/native
–device /dev/snd:/dev/snd
rhasspy/rhasspy
–user-profiles /profiles --profile en

Glad if someone could help me!!!