Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 246 Bytes

notes.md

File metadata and controls

8 lines (5 loc) · 246 Bytes

Command to start postgres db on docker

  • docker run --name notesdb -e POSTGRES_PASSWORD=postgres123 -d postgres

Command to run the app through docker compose

postgres db not included yet

  • docker-compose --env-file .env up --build -d