-
Notifications
You must be signed in to change notification settings - Fork 60
Adds comments to .properties files to not change port when using in docker container #637
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
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks for the adjustments of the .properties
files. Just a minor remark/question: What do you mean by "The port should only by changed when the application is not running"? I think this last sentence could say something like: "This port should only be changed when running the application without Docker".
...aasdiscoveryservice-feature-authorization/src/test/resources/application-specific.properties
Outdated
Show resolved
Hide resolved
...aasdiscoveryservice-feature-authorization/src/test/resources/application-wildcard.properties
Outdated
Show resolved
Hide resolved
...ironment/basyx.aasenvironment-client/src/test/resources/application-authorization.properties
Outdated
Show resolved
Hide resolved
...aasenvironment/basyx.aasenvironment-client/src/test/resources/application-mongodb.properties
Outdated
Show resolved
Hide resolved
basyx.aasenvironment/basyx.aasenvironment-client/src/test/resources/application.properties
Outdated
Show resolved
Hide resolved
...x.aasrepository/basyx.aasrepository-http/src/test/resources/application-httptests.properties
Outdated
Show resolved
Hide resolved
...x.aasservice/basyx.aasservice-client/src/test/resources/application-authorization.properties
Outdated
Show resolved
Hide resolved
basyx.aasservice/basyx.aasservice-client/src/test/resources/application.properties
Outdated
Show resolved
Hide resolved
basyx.aasxfileserver/basyx.aasxfileserver-http/src/test/resources/application.properties
Outdated
Show resolved
Hide resolved
...conceptdescriptionrepository-feature-authorization/src/test/resources/application.properties
Outdated
Show resolved
Hide resolved
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.
Please also merge origin/main from the remote repository into your branches. There were recent changes in the main branch that will require minimal adaptions in your PR
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.
Please remove this change. This is in a test
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.
This change should be removed since this is not an application settings file but a docker-compose file. Here the external port can actually be changed
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.
Same as above. Please remove
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.
Please remove
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.
Please remove
# Do NOT change any port while running in a Docker container. | ||
# Changing this will make the service unreachable from outside the container. | ||
# This port should only be changed when running the application without Docker |
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.
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. | |
# This port should only be changed when running the application without Docker | |
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. |
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.
Please remove
# Do NOT change any port while running in a Docker container. | ||
# Changing this will make the service unreachable from outside the container. | ||
# This port should only be changed when running the application without Docker |
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.
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. | |
# This port should only be changed when running the application without Docker | |
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. |
# Do NOT change any port while running in a Docker container. | ||
# Changing this will make the service unreachable from outside the container. | ||
# This port should only be changed when running the application without Docker |
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.
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. | |
# This port should only be changed when running the application without Docker | |
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. |
# Do NOT change any port while running in a Docker container. | ||
# Changing this will make the service unreachable from outside the container. | ||
# This port should only be changed when running the application without Docker |
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.
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. | |
# This port should only be changed when running the application without Docker | |
# Do NOT change any port while running in a Docker container. | |
# Changing this will make the service unreachable from outside the container. |
852f85d
to
0ed075d
Compare
All .properties files were modified. A comment was added to ensure user is warned about changing port while docker is running, as specified in rules of issue #411
Closes #411