k2so-dev / laravel-nuxt

Laravel and Nuxt.js boilerplate designed for development with maximum API performance, ready-made authorization methods, image uploading with optimization, user roles, device management
MIT License
143 stars 26 forks source link

Is there any future plans about dockerizing this boilerplate? #5

Closed crupko93 closed 1 month ago

crupko93 commented 5 months ago

@k2so-dev Hi there! Do you have future plans about dockerizing this boilerplate? Can you share some recommendations if I will want to do that by myself ?

k2so-dev commented 5 months ago

Hi, yes, I plan to add docker files, but I don't know exactly when I will be able to do it. I recommend using the simplest solution - Laravel Sail.

crupko93 commented 5 months ago

Thank you for answering my questions

On Wed, Mar 27, 2024 at 3:42 PM Web Artisan @.***> wrote:

Hi, yes, I plan to add docker files, but I don't know exactly when I will be able to do it. I recommend using the simplest solution - Laravel Sail https://laravel.com/docs/11.x/sail.

— Reply to this email directly, view it on GitHub https://github.com/k2so-dev/laravel-nuxt/issues/5#issuecomment-2024040973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHEQKG3FL5TE7HY62A72ZZTY2M4L7AVCNFSM6AAAAABFLUPDX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUGA2DAOJXGM . You are receiving this because you authored the thread.Message ID: @.***>

nicholascourage commented 4 months ago

@k2so-dev - I've developed a full Docker environment for this and would like to submit it as my first GitHub Contribution/PR to an opensource project like this - LaravelNuxt has been such an awesome resource!

A full end-to-end Docker Environment to work with it locally has made it into something that I've learnt Nuxt with and will use for personal, professional and commercial projects too.

crupko93 commented 4 months ago

Great job that would be awesome!!!

On Wed, Apr 10, 2024 at 9:42 AM Nick Courage @.***> wrote:

@k2so-dev https://github.com/k2so-dev - I've developed a full Docker environment for this and would like to submit it as my first GitHub Contribution/PR to an opensource project like this - LaravelNuxt has been such an awesome resource!

A full end-to-end Docker Environment to work with it locally has made it into something that I've learnt Nuxt with and will use for personal, professional and commercial projects too.

— Reply to this email directly, view it on GitHub https://github.com/k2so-dev/laravel-nuxt/issues/5#issuecomment-2047891922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHEQKG7EYLVS5SZMZMAQRPTY4VMXDAVCNFSM6AAAAABFLUPDX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXHA4TCOJSGI . You are receiving this because you authored the thread.Message ID: @.***>

k2so-dev commented 4 months ago

@nicholascourage Hello, thanks for your interest in the project. But I would like to outline my point of view a little about the docker environment.

Full end-to-end Docker Environment as I see it can be a separate link to your repository inside "README.md" in the "Deploy" menu.

As for the docker files built into the current project, I am leaning towards the "Laravel Sail" approach, for which there is excellent documentation on the official website, many useful commands for managing project containers, the ability to add services via sail commands, etc. Unfortunately, now it does not have several environment options, for example, for the production version it would be great to use Alpine containers, and for development standard containers from sail. Although this approach may seem over-engineered to some, so I’m not in a hurry with the Docker environment and it seems to me that it’s difficult to come up with something better than Laravel Sail.

crupko93 commented 4 months ago

Yeah i would definitely look into that if you don’t mijd me asking to share link of your version

On Wed, Apr 10, 2024 at 11:03 AM Nick Courage @.***> wrote:

@crupko93 https://github.com/crupko93 Until I can submit a PR and contribute to the repo, can share these with you in the meanwhile to have a go with. Just to forewarn until then - without a decent README yet, or any context, there are various dependencies (directory structure, .env values, Local SSL/mkcert, CORS policies, etc ) that will be missing and won't give you these Gists to work with in a LaravelNuxt project out of the box.

Welcome to contribute, collaborate here or make your own if you can work with them until this can be part of the repo though. I have it all Dockerised and working locally on a Ubuntu 20.04 machine.

— Reply to this email directly, view it on GitHub https://github.com/k2so-dev/laravel-nuxt/issues/5#issuecomment-2048061561, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHEQKG256O6MX6M32ICXNOLY4VWHTAVCNFSM6AAAAABFLUPDX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGA3DCNJWGE . You are receiving this because you were mentioned.Message ID: @.***>