Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start fast developing with docker and provide production build load balanced with NGINX #332

Conversation

Moustafa-Elgammal
Copy link

@Moustafa-Elgammal Moustafa-Elgammal commented Jun 30, 2024

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 added a commit to Moustafa-Elgammal/tweb that referenced this pull request Jul 28, 2024
Start fast developing with docker and provide production build load balanced with NGINX morethanwords#332
@Moustafa-Elgammal Moustafa-Elgammal deleted the feature/dockerizing branch July 28, 2024 12:55
@Moustafa-Elgammal Moustafa-Elgammal restored the feature/dockerizing branch July 28, 2024 13:51
@Moustafa-Elgammal Moustafa-Elgammal deleted the feature/dockerizing branch July 28, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tweb in a ready docker image
1 participant