This is a simple server that connects the Echo app (through the Remote Control Extension) to the Echo Controller
default server is at wss://ws.rebelonion.dev/ws
port forward 443 to 443
docker run -d --name echo-controller-server -p 443:443 echo-controller-server
as simple as
docker-compose up --build -d