This docker-compose yml will help us to create local environment for PostgresSQL and AWS
docker-compose up
to create environmentdocker-compose down
to down environment
- host : local host
- port: 5432
- database: postgres
- username: postgres
- password: postgres
initial SQL statement sare added in InitialScript/01_Init.sql
Added AWS support in yml file