tweb
tweb copied to clipboard
Dockerizing, provide production build load balanced with NGINX #332
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