Requirements for Docker deployments

Software requirements

If you deploy using Docker, the following have to be installed on your VMs:

Reachable IP address and port

If there is no reverse proxy defined, there should be a reachable IP address and outbound ports defined for the Syntho Application. By default, the port is 3000 for our web interface. Our backend API will use port 8000 by default.

Internal networking between VM instances

An internal network between the instances is recommended. The instances running our AI cluster will be using ports 6379, 10001, and 8265. Other ports above certain ranges might be used in case of communication between AI cluster nodes.

The application instances running the APIs and web interface will only communicate over port 10001 to the AI cluster. This port and port 8265 should be accessible for the application instance.

Last updated