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 #1

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

Moustafa-Elgammal
Copy link
Owner

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 morethanwords#182

Copy link
Owner Author

@Moustafa-Elgammal Moustafa-Elgammal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

....

@Moustafa-Elgammal Moustafa-Elgammal merged commit 4118ccf into master Jul 28, 2024
@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