Docker Setup - nycrecords/gpp-hyrax GitHub Wiki
- Install docker on your machine
brew cask install docker
-
Update resources in docker settings
-
Install docker-compose
brew install docker-compose
- Build docker
docker-compose build
-
Ensure .env values are set
-
Start the services and run the app
docker-compose run -d