Open
Description
The heyemoji app uses a local data store rather than an external DB which means that if the container or VM goes down, we'll lose our history.
We should explore options to ensure that we can keep our data.
One option would be to:
- mount the data path to the VM from the container. This would ensure that if the container restarts, we keep our data.
- mount the VM data store to some external service in AWS to ensure that if the VM goes down or restarts, we can remount and maintain our data.
Original issue (bitovi internal)
Metadata
Metadata
Assignees
Labels
No labels