Skip to content

Latest commit

 

History

History

package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

package

Produce a Docker image that serves the data.

The package includes:

Which is served using the Caddy server, currently deployed via fly.io.

usage

  1. Copy the database from the scan step into this directory
  2. Copy the status database from the bot into this directory
  3. run: poetry run python ./package/package.py <path to scan database> <path to status database>
  4. this produces a file called orchard.jsonl in this directory.
  5. use the Dockerfile to build the package.
  6. the resulting image can be ran like this:
docker run -p 8080:8080 rdindexer