It depends on the load on the disk. My main docker host pretty well has to be on the SSD to not complain about access times, but there are a dozen other services on the same VM. There's some advisory out there that things with constant IO should avoid SSDs to not wear out the read/write too fast, but I haven't seen anything specific on just how much is too much.
Personally I split the difference and run the system on SSD and host the bulk data on a separate NAS with a pile of spinning disks.
Self hosted in this context is pretty well aimed at the 'I do a service on my own time and usually own gear' crowd. IT for a company is an entirely separate thing. Professional self-hosting would be more on a community like 'serveradmin'.