compose-scheduler icon indicating copy to clipboard operation
compose-scheduler copied to clipboard

Simple and lightweight service which can execute services from the same file based on cron expression.

Results 6 compose-scheduler issues
Sort by recently updated
recently updated
newest added

I really like that ofelia prints stdout/stderr from the scheduled command directly into docker container logs. Current change make it work. I am not sure if you want to make...

Hi, is it possible to change the timezone of the container? I tried the typical things like setting the TZ environment variable or mounting /etc/localtime or /etc/timezone but this does...

Imagine that I have a long running job, for example a backup sync to an online storage service or a disks scrubing task: I would like to avoid launching the...

This project works great for starting up a a service on a schedule, but I noticed that if I specify an `exec` command - it expects the container to still...

enhancement

The nice feature of docker compose is restarting of only modified services. But the scheduler needs a restart after every service it observes. It tries to run the "original" service...

Hello, I get this error when running a docker-compose with the latest image, v1.1.0 ` scheduler | goroutine 1 [running]: scheduler | log.Panic({0xc00025ff10?, 0xc0002e8240?, 0x0?}) scheduler | /opt/hostedtoolcache/go/1.19.13/x64/src/log/log.go:388 +0x65 scheduler...