Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job-run Give Container a Name? #290

Open
isaacrlevin opened this issue Jul 12, 2024 · 0 comments
Open

job-run Give Container a Name? #290

isaacrlevin opened this issue Jul 12, 2024 · 0 comments

Comments

@isaacrlevin
Copy link

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"
@isaacrlevin isaacrlevin changed the title Job Run Give Container a Name? job-run Give Container a Name? Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant