Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 481 Bytes

scpper-containers

A meta-repo for quick deployment of all scpper components using Docker containters.

Instructions

  • Make local copies of all scpper components in the same parent folder
    git clone https://github.com/FiftyNine/scpper-db
    git clone https://github.com/FiftyNine/scpper-web
    git clone https://github.com/FiftyNine/scpper-crawler
  • Copy docker-compose.yml and .env files into that parent folder.
  • Run docker compose up --build --force-recreate