Requirements for Docker deployments
Software requirements
If you deploy using Docker, the following have to be installed on your VMs:
Docker Engine 20.10.x installed.
Please see the official docker documentation for the installation instructions.
docker compose
2.x.x installed.Please see the official docker compose documentation for the installation instructions.
The
docker compose
file version that is used is version 3.
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.
Last updated