reddec / compose-scheduler

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

Home Page:https://reddec.net/articles/portable-stack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request - Support exec/entrypoint for exited services.

chriseaton opened this issue · comments

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 be running. That's fine - in fact a great feature, but it might be nice if the the service container had exited it spins it back up to run the exec - or alternatively have a way to override the entrypoint of a service on schedule.

Thanks! Good point, let me check what I can do.