This is a sample project containing 3 containers working together to deliver a basic app.
- Auth
- Team
- Web-portal
There are a number of things to configure to get this working as needed in your environment.
- Ensure valid AWS connection using AWS CLI
- You'll need a valid Route53 public domain - that is world accessible.
- In my case I am using
thanatopho.be
- In my case I am using
This is all of the common networking required to deploy and test out the ECS containers.
cd ecs
make create-cluster
cd ecs
make create-ecr
$(aws ecr get-login --no-include-email --region ap-southeast-2)
make push
cd ecs
make deploy-postgres
cd ecs
make deploy-auth
cd ecs
make deploy-team