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

fix: correct ports for indexer & processor in sovereign env #36

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cemalkilic
Copy link

Description

This pull request updates the environment variables for the indexer and processor containers' exposed ports in the sovereign environment. The internal ports for these containers are now always set to 8080, while the external ports on the host machine remain hardcoded to 8081 and 8082.

Changes Made:

  • Updated the environment variables (PROTOKIT_INDEXER_GRAPHQL_PORT and PROTOKIT_PROCESSOR_GRAPHQL_PORT) for the sovereign environment to expose port 8080 internally for both containers.
  • The host machine continues to use ports 8081 and 8082 for external access, as specified in the respective Docker Compose files (indexer, processor).

Additional Notes:

  • This update is specific to the sovereign environment and does not affect other environments.

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

Successfully merging this pull request may close these issues.

2 participants