This PR adds a new service to the docker compose which will remove all exec directories that are 7 or more days old. For each new execution a directory under "./exec" is created which will be named after the UUID of the execution and that will contain all the logs and artefact of the execution, this can become pretty heavy for the system after a while.
This PR adds a new service to the docker compose which will remove all exec directories that are 7 or more days old. For each new execution a directory under "./exec" is created which will be named after the UUID of the execution and that will contain all the logs and artefact of the execution, this can become pretty heavy for the system after a while.