Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

docs: set additional env configuration#401

Open
crazy-max wants to merge1 commit intolibrenms:master
base:master
Choose a base branch
Loading
fromcrazy-max:docs-dotenv

Conversation

crazy-max
Copy link
Member

No description provided.

@murrant
Copy link
Member

Should probably have a note that these variables need to be set to the same value across the cluster (much like NODE_ID needs to be unique)

@crazy-max
Copy link
MemberAuthor

Should probably have a note that these variables need to be set to the same value across the cluster (much like NODE_ID needs to be unique)

We don't have any support for kubernetes or swarm yet with the current implementation but if you mean that/data/.env should be used in the main container and sidecar ones as well, this is already the case as we mount the same volume across the compose stack:

volumes:
-"./librenms:/data"

volumes:
-"./librenms:/data"

volumes:
-"./librenms:/data"

...

@murrant
Copy link
Member

If .env is shared across containers, how can NODE_ID be unique if it is set there?

@crazy-max
Copy link
MemberAuthor

If .env is shared across containers, how can NODE_ID be unique if it is set there?

Oh I guess you mean for the dispatcher container? In this case I think we should provide aNODE_ID env var that would override the one from/data/.env. WDYT?

murrant reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@murrantmurrantAwaiting requested review from murrant

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@crazy-max@murrant

[8]ページ先頭

©2009-2025 Movatter.jp