ofelia icon indicating copy to clipboard operation
ofelia copied to clipboard

A docker job scheduler (aka. crontab for docker)

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | require | minor | `v26.0.2+incompatible` -> `v26.1.3+incompatible` | --- ### Release...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems Renovate tried to run on this repository, but found these problems....

I've modified the example from the readme to run a seperate container from the nginx service, like so: ```yml version: "3.8" services: ofelia: image: mcuadros/ofelia:latest depends_on: - nginx command: daemon...

I'd love to use `job-run` to run my cronjobs - spinning up a new container to service each cronjob. However, my cronjobs (primarily django management jobs) require an awful lot...

This pull request is in relation to Issue #79. I also have a use case for a data polling service that I would like to run once when the ofelia...

There is a need to send Microsoft Teams messages after the execution of a job by Ofelia and therefore this pull request implements this feature. Added a new teams.go file...

Fixes #169 Just my suggested way of documenting this, hope this helps :)

* Replace unnecessary scan loop with a map lookup * Replace switch with more compact map lookup * Provide clearer variable names * Add some comments and TODOs

The purpose of this PR is: - Update tasks if dockers are started, stopped, restarted, or changed - Do not require a dummy task on the ofelia container just to...

Linting Dockerfile with [Hadolint](https://github.com/hadolint/hadolint) warns about package pinning: > $ hadolint-Linux-x86_64 Dockerfile > Dockerfile:3 DL3018 Pin versions in apk add. Instead of `apk add ` use `apk add =` >Dockerfile:16...