Intro

This is a minimal working example of a dockerized nginx proxying a websocket app

Setup

  • Install docker
  • Build the images
docker-compose build

Running

  • Start the containers
docker-compose up
  • Open http://xxxx/static/demo.html in your browser