Make sure Docker is installed and running.
Install ngrok.
-
Run
ngrok http 11000
-
Copy the
https
url it generates for you (must be https) -
Edit line 13 of
docker/docker-compose.yml
and change the link to the ngrok link you copied. -
In the
docker
directory rundocker-compose build
anddocker-compose up
.
Then visit http://localhost:7000 to see the app running