Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 287 Bytes

File metadata and controls

6 lines (4 loc) · 287 Bytes

Backend

Deployment Steps

  1. Install docker and docker-compose on the host
  2. Make a /data directory on the mounted DigitalOcean volume, since you're not supposed to directly use a mount point as a /var/lib/postgresql/data Docker volume (postgres itself was throwing warnings).