Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 177 Bytes

File metadata and controls

13 lines (11 loc) · 177 Bytes

Postgres DB

  1. Create an config.env file
POSTGRES_USER=username
POSTGRES_PASSWORD=password
POSTGRES_DB=public
  1. Run with docker compose
docker-compose up