Would-You-Bot / website

The official website for the Would You Discord bot. Using Next14 and TailwindCSS
https://wouldyoubot.gg
Other
20 stars 23 forks source link

Created Dockerfile for Docker Image #41

Closed GopalVerma1303 closed 9 months ago

GopalVerma1303 commented 9 months ago

Hey!

Steps to create Docker image

  1. Install Docker on your machine.
  2. Build your container: docker build -t would-you-bot-website ..
  3. Run your container: docker run -p 2123:2123would-you-bot-website.

You can view your images created with docker images.

Please review and provide any feedback. Thank you!

GopalVerma1303 commented 9 months ago

Sure

mezotv commented 9 months ago

I noticed you have the vps/vds workflow unchecked is this something you are wanting to add to this aswell?

GopalVerma1303 commented 9 months ago

I noticed you have the vps/vds workflow unchecked is this something you are wanting to add to this aswell?

Absolutely, I'd love to incorporate the VPS/VDS workflow. Could we create a new issue to handle this separately and keep our current focus intact? Thanks!

mezotv commented 9 months ago

I noticed you have the vps/vds workflow unchecked is this something you are wanting to add to this aswell?

Absolutely, I'd love to incorporate the VPS/VDS workflow. Could we create a new issue to handle this separately and keep our current focus intact? Thanks!

Sure just create an issue and I will assign it to you!

GopalVerma1303 commented 9 months ago

I accidentally closed the merge request. Could you please re-review and merge it into the main branch? Thanks!

mezotv commented 9 months ago

I accidentally closed the merge request. Could you please re-review and merge it into the main branch? Thanks!

Let me test it together with the auto deploy workflow then I will!

GopalVerma1303 commented 9 months ago

Could you please specify the hosting provider and share instructions on how to obtain the required credentials for the deployment? Thanks!

mezotv commented 9 months ago

Could you please specify the hosting provider and share instructions on how to obtain the required credentials for the deployment? Thanks!

We use a contabo for hosting the details for hosting can be obtained through the vps itself. We currently setup a host, username and ssh key variable on this repo to make it possible to run this on the server!

mezotv commented 9 months ago

For the workflow this might be a good Inspiration https://github.com/EddieHubCommunity/BioDrop/blob/main/.github/workflows/publish-ghcr.yml

GopalVerma1303 commented 9 months ago

Hey! I've created Issue #46 but didn't have permission to add labels. Could you please add the "hacktoberfest" label? Thanks!

mezotv commented 9 months ago

Hey! I've created Issue #46 but didn't have permission to add labels. Could you please add the "hacktoberfest" label? Thanks!

Alright there you go!

GopalVerma1303 commented 9 months ago

You can use this command to run your container: docker run -p 2123:2123 would-you-bot-website

mezotv commented 9 months ago

You can use this command to run your container: docker run -p 2123:2123 would-you-bot-website

Could you revert the changes you have done to the sitemap?

mezotv commented 9 months ago

Will be checking this later thank you!

mezotv commented 9 months ago

Alright, I checked it and it seems to work well, tho I have a question how would the github workflow for this work?

mezotv commented 9 months ago
mezotv commented 9 months ago

Hey @GopalVerma1303, will the workflow be added to this pr as well?

GopalVerma1303 commented 9 months ago

Hey @GopalVerma1303, will the workflow be added to this pr as well?

Hey! I am planning to creating a new pr for this(Issue: #46) so as to keep our current focus intact.

mezotv commented 9 months ago

Hey @GopalVerma1303, will the workflow be added to this pr as well?

Hey! I am planning to creating a new pr for this(Issue: #46) so as to keep our current focus intact.

Hmm sounds good give me around an hour and I will test this!