Skip to content

simple docker-compose to serve as base dev environment with redis and ngrok

Notifications You must be signed in to change notification settings

motilevy/goapp-redis-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goapp-redis-ngrok

Simple docker-compose to serve as base dev environment with redis and ngrok

  • it creates links so you can reach redis on redis:6379 and the goapp on goapp:8080
  • ngrok opens up a tunnel to goapp:8080
  • ngrok interface & extrnal url can be viewed at localhost:4040

Build goapp image

cd goapp
docker build -t goapp .

Build ngrok image

cd ngrok
docker build -t ngrok .

Bring the stack up

docker-compose up

About

simple docker-compose to serve as base dev environment with redis and ngrok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published