I would like to separate the flows.js file from the settings.js file into a folder, for example /data/save/flows.json or /data/save/settings.json. Is it possible?
The goal is to back up the "save" folder using a bind mount instead of a volume in Docker
Run node-red --help and it will give you a number of options, such as where to get the settings file from.
I don't use docker so don't know how to specify the command line options though.