-
Notifications
You must be signed in to change notification settings - Fork 394
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
Feature request: Configuration via labels #840
Comments
You can do this with environment variables, which you can set with the docker
Docs: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#environment-variables |
I think the objective here is more to enable Cronicle to trigger things on other containers. Imagine if Cronicle is given |
You could certainly write a Plugin to facilitate that. I should also mention that Cronicle v2 is going to have a very small "satellite" executable that can be installed with a single command on any server. It has no dependencies -- not even Node.js. The idea here is, you can install the satellite on all your Docker containers, so they can run jobs from inside each one. Also, importantly, the satellite doesn't need any ports exposed or routed, because it connects to the master server, not the other way around. So it can truly run anywhere, even on minimal containers, and run jobs that way. Cronicle v2 will be released in 2025. |
Like this: https://github.com/mcuadros/ofelia?tab=readme-ov-file#docker-labels-configurations
The text was updated successfully, but these errors were encountered: