Now with automated generation and publication of a docker image for a tagged saved version of actus-riskservice, it is important that the values saved in the file actus-riskservice/src/resource/application.properties be correct for the docker images used in an ACTUS Quickstart docker network.
Specifically this requires in actus-riskservice the settings:
spring.data.mongodb.host=host.docker.internal ( instead of 'localhost' as would be used for a local mongo service)
spring.data.mongodb.port= 27018 ( instead of 27017 as would be used for a local mongo service )
Now with automated generation and publication of a docker image for a tagged saved version of actus-riskservice, it is important that the values saved in the file actus-riskservice/src/resource/application.properties be correct for the docker images used in an ACTUS Quickstart docker network.
Specifically this requires in actus-riskservice the settings:
spring.data.mongodb.host=host.docker.internal ( instead of 'localhost' as would be used for a local mongo service)
spring.data.mongodb.port= 27018 ( instead of 27017 as would be used for a local mongo service )