Docker Setup - nycrecords/gpp-hyrax GitHub Wiki

  1. Install docker on your machine
brew cask install docker
  1. Update resources in docker settings

  2. Install docker-compose

brew install docker-compose
  1. Build docker
docker-compose build
  1. Ensure .env values are set

  2. Start the services and run the app

docker-compose run -d