exaco / laravel-octane-dockerfile

Production-ready Dockerfile for Laravel Octane (FrankenPHP, Swoole, RoadRunner) powered web services and microservices. Done right.
MIT License
620 stars 93 forks source link

Laravel gRPC Server Swoole #84

Closed phuongphan-discoveryloft closed 2 months ago

phuongphan-discoveryloft commented 4 months ago

Hello, I would like to thank you for this repo which is so impressive. I'm looking to learn about swole's gRPC and need some advice. Thank you!

https://openswoole.com/docs/modules/grpc-server

smortexa commented 4 months ago

Thank you! I’m glad to hear that you find the repository impressive. I haven’t used gRPC in my projects so far.

phuongphan-discoveryloft commented 4 months ago

@smortexa thank you! could you please help to install the gRPC extension in this dockerfile ? I tried but this repo is too much for me.

https://cloud.google.com/php/grpc

phuongphan-discoveryloft commented 4 months ago

Hi @smortexa, I tried to build using RoadRunner, I got the error as shown in the attachment. The command I'm using is: docker build -t phuong:ms1 -f RoadRunner.Alpine.Dockerfile .

Could you please check what is wrong with it? thank you!!! image

smortexa commented 3 months ago

Please check Laravel Octane and RoadRunner setup.