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

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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).