ofelia icon indicating copy to clipboard operation
ofelia copied to clipboard

A docker job scheduler (aka. crontab for docker)

Results 114 ofelia issues
Sort by recently updated
recently updated
newest added

When stopping an ofelia container, the running jobs do not receive a `SIGTERM` signal which would tell them the container is about to stop, instead it just waits for them...

I'm thinking of a situation where I want to run a job once when ofelia starts up, then the same job every 60 minutes after that. Currently if I use...

enhancement
help wanted
question

I have a container with several mounted volumes, and I wish ofelia to run a command on it. The only problem is, that this container is not running by default....

Hi! First of all thanks a lot for this awesome product :). I have a very simple python command: ![image](https://github.com/mcuadros/ofelia/assets/107172490/7ffd4cc6-a9ab-4a2d-894a-ab480e7147f6) And in a docker compose I start ofelia ![image](https://github.com/mcuadros/ofelia/assets/107172490/8e9a566d-44c1-4b7e-ad86-61d2039f1ff9) alongside...

Hello, I'am using it today with docker-compose like following : `````ini [job-exec "job-executed-on-running-container"] schedule = @every 1m container = message_phpfpm_1 command = php artisan queue:work --tries=3 --max-time=60 ````` message is...

Could you please provide an example in the documentation for some average tasks like: - I have a Container which should create a tar-Backup file name with y-m-d-backup.tar name `(eg.:...

include docker health check https://github.com/docker/go-healthcheck

Hi, I recently found Ofelia and it looks great! Seems very simple to use. I'm testing it with a simple `config.ini`: ``` [global] slack-webhook = https://hooks.slack.com/services/xxxxxxxxx/yyyyyyyyy/zzzzzzzzzzzzzzzzzzzzzzzzzzz [job-run "job-executed-on-new-container"] schedule =...

2017/03/07 16:11:42 scheduler.go:120 ▶ ERROR job-executed-on-new-container - Job finished "17cbafb1763f" in "1.024575ms", failed: true, skipped: false, error: error pulling image "node:4": dial unix /var/run/docker.sock: connect: no such file or directory

**[CVE-2023-25173:]([url](https://nvd.nist.gov/vuln/detail/CVE-2023-25173))** **Containerd** is an open source container runtime. A bug was found in containerd prior to versions 1.6.18 and 1.5.18 where supplementary groups are not set up properly inside a...