diff --git a/basyx.aasdiscoveryservice/basyx.aasdiscoveryservice.component/src/main/resources/application.properties b/basyx.aasdiscoveryservice/basyx.aasdiscoveryservice.component/src/main/resources/application.properties index 50d1bb1f3..6d1f0df02 100644 --- a/basyx.aasdiscoveryservice/basyx.aasdiscoveryservice.component/src/main/resources/application.properties +++ b/basyx.aasdiscoveryservice/basyx.aasdiscoveryservice.component/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=AAS Discovery Service basyx.aasdiscoveryservice.name=aas-discovery-service diff --git a/basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources/application.properties b/basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources/application.properties index bada859f2..2b21db070 100644 --- a/basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources/application.properties +++ b/basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=AAS Environment diff --git a/basyx.aasregistry/basyx.aasregistry-service/src/main/resources/application.yml b/basyx.aasregistry/basyx.aasregistry-service/src/main/resources/application.yml index 91333ff7b..4b87b03f6 100644 --- a/basyx.aasregistry/basyx.aasregistry-service/src/main/resources/application.yml +++ b/basyx.aasregistry/basyx.aasregistry-service/src/main/resources/application.yml @@ -20,6 +20,9 @@ logging: root: INFO server: shutdown: graceful + # 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 port: 8080 error: whitelabel: diff --git a/basyx.aasrepository/basyx.aasrepository.component/src/main/resources/application.properties b/basyx.aasrepository/basyx.aasrepository.component/src/main/resources/application.properties index 6fb440a75..42ebc81b5 100644 --- a/basyx.aasrepository/basyx.aasrepository.component/src/main/resources/application.properties +++ b/basyx.aasrepository/basyx.aasrepository.component/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 server.error.path=/error diff --git a/basyx.aasxfileserver/basyx.aasxfileserver.component/src/main/resources/application.properties b/basyx.aasxfileserver/basyx.aasxfileserver.component/src/main/resources/application.properties index 6e3751ef9..da62be39b 100644 --- a/basyx.aasxfileserver/basyx.aasxfileserver.component/src/main/resources/application.properties +++ b/basyx.aasxfileserver/basyx.aasxfileserver.component/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=AASX File Server diff --git a/basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/src/main/resources/application.properties b/basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/src/main/resources/application.properties index e130dd35f..f60fa127f 100644 --- a/basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/src/main/resources/application.properties +++ b/basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=Concept Description Repository basyx.cdrepo.name = cd-repo diff --git a/basyx.submodelregistry/basyx.submodelregistry-feature-hierarchy-example/docker-compose.yml b/basyx.submodelregistry/basyx.submodelregistry-feature-hierarchy-example/docker-compose.yml index 03452b721..2136c7e4f 100644 --- a/basyx.submodelregistry/basyx.submodelregistry-feature-hierarchy-example/docker-compose.yml +++ b/basyx.submodelregistry/basyx.submodelregistry-feature-hierarchy-example/docker-compose.yml @@ -5,6 +5,9 @@ services: image: submodel-registry-test/submodel-registry-feature-hierarchy-example:2.0.0-SNAPSHOT container_name: submodel-registry-root ports: + # 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 - "8051:8080" environment: SERVER_SERVLET_CONTEXT_PATH: / diff --git a/basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources/application.yml b/basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources/application.yml index dc999e2eb..2486135e7 100644 --- a/basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources/application.yml +++ b/basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources/application.yml @@ -20,6 +20,9 @@ logging: root: INFO server: shutdown: graceful + # 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 port: 8080 error: whitelabel: diff --git a/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application-integration.properties b/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application-integration.properties index 5e968ca31..bec5d055e 100644 --- a/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application-integration.properties +++ b/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application-integration.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 server.error.path=/error diff --git a/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application.properties b/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application.properties index 8a1581d42..606ec58dc 100644 --- a/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application.properties +++ b/basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=Submodel Repository diff --git a/basyx.submodelservice/basyx.submodelservice.example/src/main/resources/application.properties b/basyx.submodelservice/basyx.submodelservice.example/src/main/resources/application.properties index 02ce6d216..9bcc086f9 100644 --- a/basyx.submodelservice/basyx.submodelservice.example/src/main/resources/application.properties +++ b/basyx.submodelservice/basyx.submodelservice.example/src/main/resources/application.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=Submodel Service diff --git a/ci/rules/sm-repo.properties b/ci/rules/sm-repo.properties index 1229e3457..c97c492c4 100644 --- a/ci/rules/sm-repo.properties +++ b/ci/rules/sm-repo.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend=InMemory basyx.cors.allowed-origins=* diff --git a/examples/BaSyxClient/basyx-client/src/main/resources/application.properties b/examples/BaSyxClient/basyx-client/src/main/resources/application.properties index aea68afc9..279ea2e25 100644 --- a/examples/BaSyxClient/basyx-client/src/main/resources/application.properties +++ b/examples/BaSyxClient/basyx-client/src/main/resources/application.properties @@ -1,2 +1,6 @@ +# 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. + server.port=8087 spring.application.name=examples.basyxclient diff --git a/examples/BaSyxClient/config/aas-env.properties b/examples/BaSyxClient/config/aas-env.properties index 6f76083f4..89caeeffe 100644 --- a/examples/BaSyxClient/config/aas-env.properties +++ b/examples/BaSyxClient/config/aas-env.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend=InMemory basyx.cors.allowed-origins=* diff --git a/examples/BaSyxDatabridge/basyx/aas-env.properties b/examples/BaSyxDatabridge/basyx/aas-env.properties index 3d3d08d9d..d2aaa4813 100644 --- a/examples/BaSyxDatabridge/basyx/aas-env.properties +++ b/examples/BaSyxDatabridge/basyx/aas-env.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend=InMemory basyx.environment=file:aas diff --git a/examples/BaSyxDynamicRBAC/basyx/aas-discovery.properties b/examples/BaSyxDynamicRBAC/basyx/aas-discovery.properties index d1fc57268..64ed04c62 100644 --- a/examples/BaSyxDynamicRBAC/basyx/aas-discovery.properties +++ b/examples/BaSyxDynamicRBAC/basyx/aas-discovery.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=AAS Discovery Service basyx.aasdiscoveryservice.name=aas-discovery-service diff --git a/examples/BaSyxDynamicRBAC/basyx/aas-env.properties b/examples/BaSyxDynamicRBAC/basyx/aas-env.properties index 86b9654ea..dea1011d2 100644 --- a/examples/BaSyxDynamicRBAC/basyx/aas-env.properties +++ b/examples/BaSyxDynamicRBAC/basyx/aas-env.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend=InMemory basyx.environment=file:aas diff --git a/examples/BaSyxDynamicRBAC/basyx/security-sm.properties b/examples/BaSyxDynamicRBAC/basyx/security-sm.properties index 2a910e3a5..705ba2cd8 100644 --- a/examples/BaSyxDynamicRBAC/basyx/security-sm.properties +++ b/examples/BaSyxDynamicRBAC/basyx/security-sm.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend = MongoDB spring.data.mongodb.uri = mongodb://mongoAdmin:mongoPassword@mongo:27017/security-sm?authSource=admin diff --git a/examples/BaSyxMinimal/aas-discovery.properties b/examples/BaSyxMinimal/aas-discovery.properties index 39371c91e..e10c6ee04 100644 --- a/examples/BaSyxMinimal/aas-discovery.properties +++ b/examples/BaSyxMinimal/aas-discovery.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=AAS Discovery Service basyx.aasdiscoveryservice.name=aas-discovery-service diff --git a/examples/BaSyxMinimal/aas-env.properties b/examples/BaSyxMinimal/aas-env.properties index 9e1f52f44..60bce292f 100644 --- a/examples/BaSyxMinimal/aas-env.properties +++ b/examples/BaSyxMinimal/aas-env.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend = MongoDB diff --git a/examples/BaSyxMinimal/cd-repo.properties b/examples/BaSyxMinimal/cd-repo.properties index 290ea3054..7350fdf5a 100644 --- a/examples/BaSyxMinimal/cd-repo.properties +++ b/examples/BaSyxMinimal/cd-repo.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=Concept Description Repository diff --git a/examples/BaSyxNGINX/basyx/aas-discovery.properties b/examples/BaSyxNGINX/basyx/aas-discovery.properties index 34ddb0d82..f9eee09ba 100644 --- a/examples/BaSyxNGINX/basyx/aas-discovery.properties +++ b/examples/BaSyxNGINX/basyx/aas-discovery.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 spring.application.name=AAS Discovery Service basyx.aasdiscoveryservice.name=aas-discovery-service diff --git a/examples/BaSyxNGINX/basyx/aas-env.properties b/examples/BaSyxNGINX/basyx/aas-env.properties index 42a193b98..d65274305 100644 --- a/examples/BaSyxNGINX/basyx/aas-env.properties +++ b/examples/BaSyxNGINX/basyx/aas-env.properties @@ -1,3 +1,7 @@ +# 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. + server.port=8081 basyx.backend = InMemory diff --git a/examples/BaSyxOperationDelegation/basyx/aas-env.properties b/examples/BaSyxOperationDelegation/basyx/aas-env.properties index 3d3d08d9d..f4e9529f0 100644 --- a/examples/BaSyxOperationDelegation/basyx/aas-env.properties +++ b/examples/BaSyxOperationDelegation/basyx/aas-env.properties @@ -1,3 +1,6 @@ +# Do NOT change any port while running in a Docker container. +# Changing this will make the service unreachable from outside the container. + server.port=8081 basyx.backend=InMemory basyx.environment=file:aas diff --git a/examples/BaSyxOperationDelegation/exampleOperationService/src/main/resources/application.properties b/examples/BaSyxOperationDelegation/exampleOperationService/src/main/resources/application.properties index 4bafbda2e..ce984f30d 100644 --- a/examples/BaSyxOperationDelegation/exampleOperationService/src/main/resources/application.properties +++ b/examples/BaSyxOperationDelegation/exampleOperationService/src/main/resources/application.properties @@ -1,2 +1,5 @@ +# Do NOT change any port while running in a Docker container. +# Changing this will make the service unreachable from outside the container. + server.port=8080 spring.application.name=examples.operationdelegation diff --git a/examples/BaSyxSecured/basyx/aas-discovery.properties b/examples/BaSyxSecured/basyx/aas-discovery.properties index d1fc57268..c87f4a61f 100644 --- a/examples/BaSyxSecured/basyx/aas-discovery.properties +++ b/examples/BaSyxSecured/basyx/aas-discovery.properties @@ -1,3 +1,6 @@ +# Do NOT change any port while running in a Docker container. +# Changing this will make the service unreachable from outside the container. + server.port=8081 spring.application.name=AAS Discovery Service basyx.aasdiscoveryservice.name=aas-discovery-service diff --git a/examples/BaSyxSecured/basyx/aas-env.properties b/examples/BaSyxSecured/basyx/aas-env.properties index 42358acb4..b79e37020 100644 --- a/examples/BaSyxSecured/basyx/aas-env.properties +++ b/examples/BaSyxSecured/basyx/aas-env.properties @@ -1,3 +1,6 @@ +# Do NOT change any port while running in a Docker container. +# Changing this will make the service unreachable from outside the container. + server.port=8081 basyx.backend=InMemory basyx.environment=file:aas