[Draft] Production Docker environment#69
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? |
| "laravel/breeze": "^2.0", | ||
| "laravel/framework": "^11.0", | ||
| "laravel/horizon": "^5.32", | ||
| "laravel/octane": "^2.10", |
There was a problem hiding this comment.
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.
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.
I will see if I can achieve a reasonable production fpm setup without octane
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