Skip to content

Commit 852f85d

Browse files
committed
Updated all .yml files accordingly
1 parent ecda9c3 commit 852f85d

File tree

14 files changed

+42
-3
lines changed

14 files changed

+42
-3
lines changed

basyx.aasregistry/basyx.aasregistry-feature-authorization/src/test/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.aasregistry/basyx.aasregistry-feature-hierarchy-example/docker-compose.yml

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

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.aasregistry/docker-compose/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ services:
2222
image: portainer/portainer-ce:2.0.1
2323
container_name: portainer
2424
restart: always
25+
# Do NOT change any port while running in a Docker container.
26+
# Changing this will make the service unreachable from outside the container.
27+
# This port should only be changed when running the application without Docker
2528
ports:
2629
- "9090:9000"
2730
volumes:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: "3.9"
22
services:
3-
3+
# Do NOT change any port while running in a Docker container.
4+
# Changing this will make the service unreachable from outside the container.
5+
# This port should only be changed when running the application without Docker
46
submodel-registry-root:
57
image: submodel-registry-test/submodel-registry-feature-hierarchy-example:2.0.0-SNAPSHOT
68
container_name: submodel-registry-root

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.submodelregistry/docker-compose/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ volumes:
1616
mongodb-data-5.0.10:
1717
driver: local
1818
submodel-config:
19-
19+
# Do NOT change any port while running in a Docker container.
20+
# Changing this will make the service unreachable from outside the container.
21+
# This port should only be changed when running the application without Docker
2022
services:
2123
portainer:
2224
image: portainer/portainer-ce:2.0.1

ci/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: "3.9"
22
services:
3+
# Do NOT change any port while running in a Docker container.
4+
# Changing this will make the service unreachable from outside the container.
5+
# This port should only be changed when running the application without Docker
36
mongo:
47
image: mongo:5.0.10
58
# Provide mongo config

examples/BaSyxClient/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: '3'
22
services:
3+
# Do NOT change any port while running in a Docker container.
4+
# Changing this will make the service unreachable from outside the container.
5+
# This port should only be changed when running the application without Docker
36
aas-env:
47
image: eclipsebasyx/aas-environment:2.0.0-milestone-04
58
container_name: aas-env

examples/BaSyxDatabridge/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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
14
services:
25
# AAS Environment
36
aas-env:

0 commit comments

Comments
 (0)