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

Release v5.2 - Fixes to ensure correct starting after clone #91

Open
wants to merge 2 commits into
base: release-V5.2
Choose a base branch
from

Conversation

jmahmud
Copy link

@jmahmud jmahmud commented Aug 24, 2024

3 Issues were experienced when originally cloned (running on macOS):

In the combined-worker-compose.yaml file:

  • the ENABLE_LOG4J2_DEBUG environment variable was not being correctly processed as a boolean.
  • the FlowManagementUI was not able to bind to port 5000
  • the corda app was not able to mount the logs directory as it did not exist.

Therefore these have all been addressed in order to enure that the application starts up on initial clone.

This is to address issues raised in #90

Joshan Mahmud added 2 commits August 24, 2024 21:13
…ition, setting the host's port for FlowManagementUI to be on 5001 which is less likely to be a reserved port. Have also included logs to be excluded from .gitignore due to corder worker mounting as a volume and fails if it does not exist
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.

1 participant