aws-fargate-with-php icon indicating copy to clipboard operation
aws-fargate-with-php copied to clipboard

Run a PHP application on AWS Fargate

Results 6 aws-fargate-with-php issues
Sort by recently updated
recently updated
newest added

This is fantastic, thanks for sharing. Is there much involved in removing everything "Laravel" and just having a simplified version with vanilla php?

First of all this is a great job. Thank you to sharing with us - special beginners. However, running the Dockerfile on Fargate task & locally `docker run -it -p...

I'm getting the following error when trying to run locally "docker-compose up" any ideas? Running on a mac: ``` + pecl install apcu-5.1.17 No releases available for package "pecl.php.net/apcu" install...

I cloned the project, copied Laravel files in to it (fresh install) and ran: ``` docker-compose up -d ``` When I visit http://localhost I get a 502 Bad Gateway error...

What is your workflow when working locally with this. I made a change to the welcome.blade.php template but had to rebuild the containers to update the page. Is there something...