krayin / laravel-crm

Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
https://krayincrm.com
MIT License
7.48k stars 499 forks source link

Sail docker Compose #1266

Open nickwild-999 opened 1 week ago

nickwild-999 commented 1 week ago

Could you give me sme advice on installing with sail / docker compose? I can see the sail file but running this gives an error that I think is due to a missing docker-compose.yaml

Thanks

devansh-webkul commented 1 week ago

Laravel sail is not supported. It just a publishable files which comes with the laravel when published.

nickwild-999 commented 1 week ago

Thanks @devansh-webkul Is there a docker-compose file anywhere I can use to run this?

devansh-webkul commented 1 week ago

There isn't a Docker file available yet, but since this project is fully based on Laravel, you can use the Bagisto Docker repository with some modifications. If you need more information, you can refer to:

https://github.com/bagisto/bagisto-docker

Note: This is just a sample provided. You may need to make some modifications, or perhaps none at all, to get this working perfectly. If you are familiar with Docker, this should be straightforward.

devansh-webkul commented 1 week ago

I am not closing this issue. I think we will check the feasibility to make this happen.

devansh-webkul commented 1 week ago

I raised issue in Bagisto repo as well, https://github.com/bagisto/bagisto/issues/9962

nickwild-999 commented 1 week ago

I am not closing this issue. I think we will check the feasibility to make this happen.

Perfact thanks @devansh-webkul I will explore Bagisto docker too!