Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 385 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 385 Bytes

Data Lake Setup In Docker

Create a docker container for datalake database.

Setup

Create Environment Variables

cp .env.example .env

Update Data Lake Database Credentials in .env as required

MSSQL_SA_PASSWORD=<MSSQL_SA_PASSWORD>
DB_USERNAME=<DB_USERNAME>
DB_PASSWORD=<DB_PASSWORD>
DB_NAME=<DB_NAME>

Container up

docker-compose up -d