-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add monitor jobs and logs #27
Conversation
README.md
Outdated
@@ -240,9 +241,9 @@ the UID and GID of the Controller and Manager in our Makefile are taken from the | |||
Shell environment variables take precedence over `.env` file variables in Docker Compose. | |||
For example: | |||
|
|||
export CONTROLLER_ENV_UID=$(id -u) CONTROLLER_HOST=ocrserver | |||
export CONTROLLER_ENV_UID=$(id -u) CONTROLLER_HOST=ocrserver CONTROLLER_PORT_SSH=8022 |
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.
I renamed port to CONTROLLER_SSH_PORT cause it is a more contextual way.
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.
Where? Manager still uses CONTROLLER_SSH_PORT
, and Controller still does not use that variable at all.
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.
Sry, understood! (Typo on my side.)
No description provided.