This folder contains an example configuration for setting up the BaSyx V2 infrastructure with nginx.
After executing
docker-compose up -d
the following components are started:
- AAS Environment (http://localhost/aas-env/)
- AAS Registry (http://localhost/aas-registry/)
- Submodel Registry (http://localhost/sm-registry/)
- AAS Discovery Service (http://localhost/aas-discovery/)
- AAS Web UI (http://localhost/aas-ui/)
The NGINX configuration is located in the nginx
folder.
You can change the the path to the BaSyx V2 components by modifying the nginx/nginx.conf
file.
The BaSyx V2 Registries are configured in the docker-compose.yml
file.
You can change the port mappings as well as the context path there.
To change the context path of the AAS Environment and the AAS Discovery Service, you have to modify the basyx/aas-env.properties
file and the basyx/aas-discovery.properties
file.
To ensure that the Registries contain the correct URLs of the AASs and Submodels, the basyx.externalurl
property in the basyx/aas-env.properties
file must be set to the URL of the AAS Environment.