- 
                Notifications
    
You must be signed in to change notification settings  - Fork 44
 
[Draft] Production Docker environment #69
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
base: main
Are you sure you want to change the base?
Conversation
| 
           @theihasan Can you please check if all features of the app runs properly in docker?  | 
    
| 
           @nazmulpcc I used orb stack. Can I test with this?  | 
    
        
          
                composer.json
              
                Outdated
          
        
      | "laravel/breeze": "^2.0", | ||
| "laravel/framework": "^11.0", | ||
| "laravel/horizon": "^5.32", | ||
| "laravel/octane": "^2.10", | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need Octen. Octen has too many memory leak issue and this application is not needed octen at this moment. For asyn programming I am interested in ReactPHP over octen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Octane is used here mainly as a replacement of FPM. Scaling a revere proxyable container is easier with much less configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will see if I can achieve a reasonable production fpm setup without octane
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you bhai
          
 Yes, orb stack supports   | 
    
| 
           @theihasan It works with FPM now, and I have removed octane for now.  | 
    
| 
           @theihasan I did not fully investigate the redis situation before.  | 
    
| 
           If I have multiple server then how I can manage session without a external redis  | 
    
          
 That's very easy.  | 
    
π Why is PR is required?
Answer:
β Checklist
π οΈ Changes
π Related Issues (e.g., Fixes #123, Closes #456)
Ans: None
πΈ Screenshots (if applicable)
Ans: None
π£ Additional Comments
Ans: None