Ports - usil/eventhos-api GitHub Wiki
Default ports
The api will run by default in the port 2109
. you can change this behavior by modifying the environment variable PORT
in the docker compose file. If you decided to change the port also modify the environment variable URL
in eventhos-web
part of the docker compose file to reflect the new port.
The web will run in the port 2110
, to change it you will need to modify the package.json inside eventhos-web, in the following line.
{
"start": "nodeboot-spa-server dist/template-dashboard -s settings.json -p 2110 --allow-routes"
}