File tree Expand file tree Collapse file tree 14 files changed +42
-3
lines changed
basyx.aasregistry-feature-authorization/src/test/resources
basyx.aasregistry-feature-hierarchy-example
basyx.aasregistry-service/src/main/resources
basyx.submodelregistry-feature-hierarchy-example
basyx.submodelregistry-service/src/main/resources Expand file tree Collapse file tree 14 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ logging:
2020 root : INFO
2121server :
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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ logging:
2020 root : INFO
2121server :
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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
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
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ logging:
2020 root : INFO
2121server :
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 :
Original file line number Diff line number Diff 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
2022services :
2123 portainer :
2224 image : portainer/portainer-ce:2.0.1
Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
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
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
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
Original file line number Diff line number Diff line change 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
14services :
25 # AAS Environment
36 aas-env :
You can’t perform that action at this time.
0 commit comments