Skip to content

Commit 0ed075d

Browse files
committed
Merged origin/main and took further actions regarding suggestions
1 parent 7e7edf3 commit 0ed075d

File tree

27 files changed

+101
-0
lines changed

27 files changed

+101
-0
lines changed

basyx.aasdiscoveryservice/basyx.aasdiscoveryservice.component/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26
spring.application.name=AAS Discovery Service
37
basyx.aasdiscoveryservice.name=aas-discovery-service

basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26
spring.application.name=AAS Environment
37

basyx.aasregistry/basyx.aasregistry-service/src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ logging:
2020
root: INFO
2121
server:
2222
shutdown: graceful
23+
# Do NOT change any port while running in a Docker container.
24+
# Changing this will make the service unreachable from outside the container.
25+
# This port should only be changed when running the application without Docker
2326
port: 8080
2427
error:
2528
whitelabel:

basyx.aasrepository/basyx.aasrepository.component/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26
server.error.path=/error
37

basyx.aasxfileserver/basyx.aasxfileserver.component/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26
spring.application.name=AASX File Server
37

basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26
spring.application.name=Concept Description Repository
37
basyx.cdrepo.name = cd-repo

basyx.submodelregistry/basyx.submodelregistry-feature-hierarchy-example/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ services:
55
image: submodel-registry-test/submodel-registry-feature-hierarchy-example:2.0.0-SNAPSHOT
66
container_name: submodel-registry-root
77
ports:
8+
# Do NOT change any port while running in a Docker container.
9+
# Changing this will make the service unreachable from outside the container.
10+
# This port should only be changed when running the application without Docker
811
- "8051:8080"
912
environment:
1013
SERVER_SERVLET_CONTEXT_PATH: /

basyx.submodelregistry/basyx.submodelregistry-service/src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ logging:
2020
root: INFO
2121
server:
2222
shutdown: graceful
23+
# Do NOT change any port while running in a Docker container.
24+
# Changing this will make the service unreachable from outside the container.
25+
# This port should only be changed when running the application without Docker
2326
port: 8080
2427
error:
2528
whitelabel:

basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application-integration.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26
server.error.path=/error
37

basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker.
4+
15
server.port=8081
26

37
spring.application.name=Submodel Repository

0 commit comments

Comments
 (0)