Local Development brew install postgres docker-compose up -d postgres psql -h localhost -U postgres To Run the Application STORAGE_HOST=postgres POSTGRES_PASSWORD=<redacted> docker-compose up -d