Skip to content

dnaprawa/nodejs-docker-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS app with Docker & Ngrok integration

This repository contains an example of NodeJS app that can be publicly accessible over Internet with some simple steps using Docker and Ngrok.

How to run

Step 1. Getting Ngrok auth token

Example content of ngrok.yml

authtoken: 25C37lPIJNplRM6EBUXWpgCNDbo_tuxgXQDrCfm7hgbP7MDJ

Step 2. Clone the repository and type:

docker-compose build
docker-compose up -d

After run, by default Ngrok UI will be available at http://localhost:4040 where you will find your public URL assigned by ngrok.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published