Closed s-celles closed 8 months ago
The job type you specified in your labels are to run the job inside the existing containers.
However, by moving the command up to the command declarative for docker compose, rather than the label, the reason it appears to work is because it's now being invoked automatically at each run of the container.
I imagine this scenario is fine, but I do agree it should be clarified in the readme.
After I take care of somethings today, perhaps I can get an official docs website launched later today.
Hello,
I'm trying to run a job periodically using
job-run
(and notjob-exec
)I did a separate
docker-compose.yml
file like sobut I'm getting nothing in chadburn logs
I changed it to
when I'm doing
I see in
alpine-alpine-1
...Linux...
but this command in not run again every 5 seconds.Can you help me?
I could send a PR to improve doc if you think that it could help your users
Kind regards