Deploy localtunnel server with docker-compose.
Please install Docker and docker-compose first.
Make sure that port 3000/80/443 are free
Add A/CNAME record of your.domain
and *.your.domain
to your server.
echo 'DOMAIN=your.domain' > .env
docker-compose up -d
lt -h http(s)://your.domain --port <PORT>
Powered by xip.io
Remove
--secure
option indocker-compose.yml
echo 'DOMAIN=127.0.0.1.xip.io' > .env
docker-compose up -d
lt -h http://127.0.0.1.xip.io --port <PORT>
Enable HTTPS with Let's Encrypt:
./gen_ssl.sh -h
MIT