Good? 140$ per night for a hotel room is roughly what I would have expected, it's not like this government (or the Conservatives) would ever consider building and operating their own housing, so this is the only option...
I imagine the problem here is that we need more government workers hired to process asylum seekers, but once again would we expect the Conservative government (the one that has been on and off criticising the number federal workers we have) to actually hire more people to fix that?
I'm so tired of reading these low effort "news" pieces
One thing to consider with NFS is how stable your network is.
I've moved away from storing application files on my NAS and instead I store them locally where I run the application.
For things like jellyfin media or paperless files they can stay on the NAS and be accessed via NFS, but the config, db and other files the apps create as part of their operation, things can get into a bad state if the network drops at an unexpected time.
Instead I setup backup cronjobs that backup those files to the NAS nightly.
I agree with the other commenters regarding using the NFS share mounting right in docker compose. It does work great once you get it working.