I have a Docker Droplet with Digital Ocean running a Node App created in Wappler 3.9.9 that runs multiple scheduled server actions, each time i deploy the App, Digital Ocean reports disk space reducing to about 15% (3.75gb) of my 25gb machine, after a single day of running, it is slowly increasing disk space up to around 60% (15gb), and if I leave it for a second day running it eventually runs out of disk space and I have to redeploy to get my space back.
The only thing I can even imagine that could be building up in size are the log files which run like crazy all day long as these 20 odd scheduled actions run on a cycle over and over ensuring all the data is in sync from multiple external API sources which are changing constantly.
However that seems highly unlikely that a log file would grow daily to 12gb.
Thanks @Max_Saravia after much digging around including the commands pointed out in that post by George I can sadly confirm it is indeed the log file building up in file size.
So does anyone know how to resolve something like this.
For anyone else who wants greater detail, what I did fully in Wappler was
Click Host Server SSH, wait for it to login to your remote docker machine
Type docker images hit enter
Go to Site Manager to manage your files, select Files, Right Click to root folder and select Show Hidden, arrow out .wappler/targets/_your_remote_target_name_/
Open the file docker-compose.yml in the Wappler editor window