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

Feature request: Configuration via labels #840

Open
thueske opened this issue Dec 30, 2024 · 1 comment
Open

Feature request: Configuration via labels #840

thueske opened this issue Dec 30, 2024 · 1 comment

Comments

@thueske
Copy link

thueske commented Dec 30, 2024

Like this: https://github.com/mcuadros/ofelia?tab=readme-ov-file#docker-labels-configurations

@thueske thueske changed the title Configuration via labels Feature request: Configuration via labels Dec 30, 2024
@jhuckaby
Copy link
Owner

You can do this with environment variables, with you can set with the docker -e switch. Example:

docker blah blah -e CRONICLE_secret_key="MySecretKey" -e CRONICLE_base_app_url="http://cronicle.mycompany.com"

Docs: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#environment-variables

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

2 participants