Skip to content

abhishekkadavil/localstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Local stack created using docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published