Skip to content

PHP app deployment using docker-compose, RDS PostgreSQL, and ALB.

Notifications You must be signed in to change notification settings

evfurman/php-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Hello is a fun little exercise in automating the deployment of a PHP webapp using docker-compose.

Dependencies:

Deploy

1.) Deploy the Cloudformation template

cd cfn && ./deploy.sh

2.) Test

curl $(aws elbv2 describe-load-balancers --names php-hello | jq -r '.LoadBalancers[0].DNSName')

About

PHP app deployment using docker-compose, RDS PostgreSQL, and ALB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published