Taras
Taras
Got it, thanks!
related #79
Hey. Sorry for the long reply. What is the use-case for this feature? Your job fails often and that generates too many similar log files?
Hey @port22 there is no `exec` for swarm jobs. But what you can try is something like ``` [job-service-run "mongodump"] schedule = @daily image = mongo network = mongo_network command...
I was afraid you would ask that 😅 Ofelia has no support of mounting volumes yet, unfortunately. #70
Hey, problem is that `ofelia` can't discover labels in runtime, it reads the label on start. This means that the container must be running **before** ofelia. So in your case,...
@ashleysommer most likely `ofelia` will need to poll docker for new containers every few secs and update the jobs configuration. However not sure if this will be easy to fit...
Not for the moment, but I think the approach of adding job to clean up log files must work. Similar as OP posted, something like: ```ini [job-local "cleanup logs"] schedule...
Found discussion relevant to the `401` error mentioned above: - https://github.com/renovatebot/renovate/discussions/26991
You are talking about the [experimental features](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md)? That's nice, but I would like to be able to do it during the start of the container, not during the build of...