-
Notifications
You must be signed in to change notification settings - Fork 4
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
26 review and improve docker compose scripts #53
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.
The provisioning/ssm.entrypoint.sh
file should not be there.
@@ -10,7 +10,7 @@ spring.application.version=@VERSION@ | |||
server.port=8081 | |||
######### WARNING: This property should match (API_)END_POINT in /src/main/webapp/config/config.js ######### | |||
server.servlet.contextPath=/system-modeller | |||
reset.on.start=true | |||
reset.on.start=${RESET_ON_START:true} |
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 line change is not require, please revert it
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.
removed provisioning/ssm
and revoke application.properties change
Also tidies up some bare URLs and removes the explicit proxy container name.
I've made a commit to Aside from that: The
|
Health check, it is not used actually. The options we have are:
Health check was introduced in the deployment repository to prevent ssm container starting before the keycloak. since the whole |
No description provided.