-
Notifications
You must be signed in to change notification settings - Fork 179
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
Live jobs discovery from docker labels #57
Comments
Awesome feature! I'm just thinking of this when I had to change my config file because my container changes it's name... With label, it will be easily flexible and reusable! Totally need this feature ❤️ |
This feature would be awesome. |
This is indeed a great feature, and it works wonderfully with Traefik. Is it possible for Ofelia to periodically poll Docker for labels, instead of just doing it once at startup? |
Manual restart ofelia every time after changing containers labels is a big sadness. |
Very related to #137 |
It would be nice to discover jobs looking at container and services tags (à la traefik)
eg, in a docker-compose file :
it could support
job-exec
andjob-service-run
(once #49 is merged) or maybe ajob-service-exec
stylethis would make it much easier to work with as you wouldn't have to give access to the container running ofelia or its configuration to the user running app containers or stacks
the idea come from traefik and https://github.com/vfarcic/docker-flow-cron but this project is not ready nor very active
The text was updated successfully, but these errors were encountered: