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

tweb in a ready docker image #182

Open
vpinigin opened this issue Dec 5, 2022 · 4 comments · Fixed by Moustafa-Elgammal/tweb#1 · May be fixed by #340
Open

tweb in a ready docker image #182

vpinigin opened this issue Dec 5, 2022 · 4 comments · Fixed by Moustafa-Elgammal/tweb#1 · May be fixed by #340
Labels
enhancement New feature or request

Comments

@vpinigin
Copy link

vpinigin commented Dec 5, 2022

Is there possible to prepare a docker ready image for dockerhub for others to pull it?

@vpinigin vpinigin added the enhancement New feature or request label Dec 5, 2022
@kokojacket
Copy link

Support~! __

@Koradris
Copy link

Very useful!

@TanvirOnGH
Copy link

I want this as well.

@Moustafa-Elgammal
Copy link

Moustafa-Elgammal commented Jun 30, 2024

Hello community,

I have create docker services, for develop env and also production build, check my PR #332

I also created an image https://hub.docker.com/r/elgammalx/tweb/tags based on Nginx ready to be deployed.

You can use docker build -f ./.docker/Dockerfile_production -t {dockerhub-username}/{imageName}:{latest} . to build your production ready image.

My build use in docker-compose.yaml file

services:
  tweb.production:
    image: elgammalx/tweb
    ports:
      - 80:80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment