Skip to content

job-run Give Container a Name? #290

@isaacrlevin

Description

@isaacrlevin

Maybe I am not seeing it in the docs for job-run but using labels how can I give the container a specific name? I assume I would need to use no-overlap for this but curious if that is something I can do using labels.

For reference something like this

      ofelia.job-run.polling-ffmpeg.name: "process-videos" <--------- I would like this
      ofelia.job-run.polling-ffmpeg.schedule: "@daily"
      ofelia.job-run.polling-ffmpeg.image: "ffmpeg"
      ofelia.job-run.polling-ffmpeg.no-overlap: "true"
      ofelia.job-run.polling-ffmpeg.delete: "true"
      ofelia.job-run.polling-ffmpeg.volume: "/mnt/data/Downloads/:/Downloads:rw"
      ofelia.job-run.polling-ffmpeg.command: "./run-ffmpeg.sh"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions