For sure, this is not solution for production.
I have JSON files with all my bank/credit card transactions, and I found that to create a good dashboard, most of the solutions require a database.
I created a Dockerfile to update a sibling mongo
container in docker-compose.yml
, with the updated JSON files.
It use the HEALTHCHECK
feature as a workaround to trigger the restore each time.
Any suggestions are welcome (include English corrections).