Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 269 Bytes

README.MD

File metadata and controls

13 lines (12 loc) · 269 Bytes

Steps To Run This Project

1. Add environment variables

DATABASE_NAME=xxx
DATABASE_URL=xxx
DATABASE_LOGIN=xxx
DATABASE_SECRET=xx

2. Run docker compose command (This will auto reload and build for any file changes)

docker compose up --build --watch