Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 348 Bytes

README.MD

File metadata and controls

29 lines (20 loc) · 348 Bytes

Database Docker

Include this databases engines

  • PostgreSQL + PgAdmin
  • SQL Server

How to use

Add .env file

The content is next

USER=youruser
PASSWORD="yourpass"
DB=yourdb
PGUSEREMAIL="[email protected]"

Run

Excecute specific engines

docker-compose up
docker-compose postgres pgadmin
docker-compose sql-server