Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 444 Bytes

Why use?

This docker-compose yml will help us to create local environment for PostgresSQL and AWS

How to use

  • docker-compose up to create environment
  • docker-compose down to down environment

PostgresSQL configurations

  • host : local host
  • port: 5432
  • database: postgres
  • username: postgres
  • password: postgres

initial SQL statement sare added in InitialScript/01_Init.sql

AWS configuration

Added AWS support in yml file