Closed marc-aurele-besner closed 17 hours ago
Name | Link |
---|---|
Latest commit | 10ae5aee7535e5c70835724becb977c3afef8add |
Latest deploy log | https://app.netlify.com/sites/dev-astral/deploys/6735d3807f29d60008172914 |
Here are some key observations to aid the review process:
โฑ๏ธ Estimated effort to review: 3 ๐ต๐ต๐ตโชโช |
๐งช No relevant tests |
๐ No security concerns identified |
โก Recommended focus areas for review Port Configuration Ensure that the port configurations in the docker-compose.yml do not cause conflicts or are not already in use on the host system. Environment Variables Verify the changes to environment variables, especially the DICTIONARY_URL and DICTIONARY_SUBQUERY_NODE_PORT, to ensure they align with network and security policies. |
No code suggestions found for the PR.
User description
Fix ports collision
PR Type
Bug fix, Enhancement
Description
docker-compose.yml
.dictionary
field from the consensus and Taurus project configurations..env
file to change theDICTIONARY_SUBQUERY_NODE_PORT
to 3000 and uselocalhost
forDICTIONARY_URL
.docker-compose.yml
to reflect new port assignments.Changes walkthrough ๐
project.ts
Remove dictionary field from consensus project configuration
indexers/mainnet/consensus/project.ts - Removed the `dictionary` field from the project configuration.
project.ts
Remove dictionary field from Taurus project configuration
indexers/taurus/consensus/project.ts - Removed the `dictionary` field from the project configuration.
.env
Update dictionary port and URL in environment configuration
.env
DICTIONARY_SUBQUERY_NODE_PORT
to 3000.DICTIONARY_URL
to use localhost.docker-compose.yml
Fix port collisions and update subquery node configurations
docker-compose.yml