This is an implementation of the WoDT Digital Twins Platform.
You need to specify the following environment variable:
EXPOSED_PORT
: the port where the WoDT Digital Twins Platform expose its services
If you want to run it via docker container:
- Provide a
.env
file with all the environment variable described above - Run the container with the command:
docker run ghcr.io/webbased-wodt/wodt-dts-platform:latest
- Provide a port mapping to the exposed port.
- If you want to pass an environment file whose name is different from
.env
use the--env-file <name>
parameter.