-
Notifications
You must be signed in to change notification settings - Fork 97
Changing folder for docker compose #6971
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
Conversation
📝 WalkthroughWalkthroughThis pull request restructures configuration file paths for the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
@ausias-armesto note that this change does not fix #6794 |
@ausias-armesto pls resolve the conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🔭 Outside diff range comments (1)
deploy/compose/README.md (1)
71-78
:⚠️ Potential issueUpdate Configuration File Path References
The "Configure the Configuration File" section still instructs users to navigate to the
hoprd_data
folder to edit thehoprd.cfg.yaml
file. Since the new folder structure uses./hoprd/conf/hoprd.cfg.yaml
(and correspondingly./hoprd/conf/hopr.id
), please update these instructions to maintain consistency with the new deployment layout.🧰 Tools
🪛 LanguageTool
[uncategorized] ~73-~73: Loose punctuation mark.
Context: ... the following fields: -host.address
: Set the public IP address of the machin...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~74-~74: Loose punctuation mark.
Context: ...where the node is running. -host.port
: Use the P2P port which you configured i...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~75-~75: Loose punctuation mark.
Context: ...nvironment-variables). -chain.network
: Changedufour
torotsee
. - `chain.p...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~76-~76: Loose punctuation mark.
Context: ...dufour
torotsee
. -chain.provider
: Enter the RPC endpoint URL. If using a ...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~77-~77: Loose punctuation mark.
Context: ... localhost. -safe_module.safe_address
: Enter the safe address created in a [1s...(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~78-~78: Loose punctuation mark.
Context: ...network). -safe_module.module_address
: Enter the module address created in a [...(UNLIKELY_OPENING_PUNCTUATION)
🪛 markdownlint-cli2 (0.17.2)
77-77: Link fragments should be valid
null(MD051, link-fragments)
78-78: Link fragments should be valid
null(MD051, link-fragments)
🧹 Nitpick comments (1)
deploy/compose/README.md (1)
101-102
: Confirm Updated Configuration File Paths in ProfilesThe profiles section now correctly reflects the updated configuration file locations:
- It requires the
./hoprd/conf/hoprd.cfg.yaml
to be edited.- It takes the
./hoprd/conf/hopr.id
file (or generates a new id encrypted withHOPRD_PASSWORD
from./env-secrets
).Please ensure these changes are consistently applied across the documentation. Additionally, consider rephrasing the sentence around
HOPRD_PASSWORD
for clarity in response to the language tool’s recommendation regarding colon usage before a preposition.🧰 Tools
🪛 LanguageTool
[typographical] ~102-~102: Do not use a colon (:) before a series that is introduced by a preposition (‘from’). Remove the colon or add a noun or a noun phrase after the preposition.
Context: ... new id encrypted withHOPRD_PASSWORD
from./env-secrets
-admin-ui
: runs ahopr-admin
frontend - `metrics...(RP_COLON)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
deploy/compose/README.md
(1 hunks)deploy/compose/docker-compose.yml
(1 hunks)deploy/compose/hoprd/conf/hoprd.cfg.yaml
(2 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
- deploy/compose/hoprd/conf/hoprd.cfg.yaml
- deploy/compose/docker-compose.yml
🧰 Additional context used
🪛 LanguageTool
deploy/compose/README.md
[typographical] ~102-~102: Do not use a colon (:) before a series that is introduced by a preposition (‘from’). Remove the colon or add a noun or a noun phrase after the preposition.
Context: ... new id encrypted with HOPRD_PASSWORD
from ./env-secrets
- admin-ui
: runs a hopr-admin
frontend - `metrics...
(RP_COLON)
Modifies the folders for docker compose deployment to be aligned with dappNode package