somakeit / smib

1 stars 0 forks source link

Add MongoDB volume mappings in docker-compose-pi.yml #225

Closed sam57719 closed 1 month ago

sam57719 commented 3 months ago

Previously, the MongoDB service in the Raspberry Pi setup lacked persistent storage configurations. This change ensures MongoDB data persists through container restarts by mapping host directories to container directories for both database and config data.

closes #224