tweb icon indicating copy to clipboard operation
tweb copied to clipboard

Dockerizing, provide production build load balanced with NGINX #332

Open Moustafa-Elgammal opened this issue 6 months ago • 1 comments

Start code contribution now without pain of installing dependancies, versions, etc.

Running in docker

Developing:

  • Install dependencies docker-compose up tweb.dependencies.
  • Run develop container docker-compose up tweb.develop .
  • Open http://localhost:8080/ in your browser.

Production:

  • Run docker-compose up tweb.production -d nginx image and container to serve the build
  • Open http://localhost:80/ in your browser.

Enhancement Issue: Tweb in a ready docker image. fix #182

Moustafa-Elgammal avatar Aug 01 '24 21:08 Moustafa-Elgammal