- new files: docker-compose.yaml, dockerfile, sys-stats/dockerfile
- files changed: api/requirements.txt , sys-stats/package.json
- Run
docker-compose up --build
command - Visit
http://localhost:3000
- As I don't have a personal cloud subscription, I will provide the plan/approach I follow below.
- Simpler plan: Take an ec2 linux instance with elastic IP, allow only port 3000 in the security group. Then, install docker and docker-compose there and run the
docker-compose up
command
- Based on the feedback, I will generate the yaml files in a local deployment or eks cluster and share the deployment yaml files