Where do the recordings get placed in a Docker Compose environment?

I want to check that the customer has enough space for the amount of recordings they want to do but I can't find where the recordings are actually being saved to at a file level in a Docker Compose Environment?

I am also trying to set the amount of days they can save a recording for the documentation says to update the .env file and add EXPIRES_IN_DAYS=n, however is there a max amount as the customer wants them to be set for 90 days which I have set but upon recording the meeting center still shows as recording will expire in 3 days.

Managed to solve the EXPIRES_IN_DAYS issue the documentation is incorrect

Recording lifecycle - HCL Sametime Help Center (hcltechsw.com) it says to make the change / add the setting to the .env file when it is in fact in the custom.env file.

Just need to now find the recordings :)

They are in the docker storage location - the default is in /var/lib/docker/volumes

I'll alert the documentation team to fix that page

Thanks!

Thanks again