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