Fix CouchDB and rename to obsidian_livesync
Created by: jedmund
Fixes the CouchDB (Obsidian LiveSync) container silently crashing on startup.
- Remove
:roflag from the CouchDB config file mount. The entrypoint script requires write access to/opt/couchdb/etc/local.d/to createdocker.iniand adjust permissions. Withset -e, the read-only mount causes a silent exit 1. - Rename container from
obsidian_couchdbtoobsidian_livesyncfor clarity.