Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 742 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 742 Bytes

splice-catalog

Setup

cp env.example .env

Development

To build the catalog container: docker compose --profile catalog build

To run the splice catalog application: docker compose --profile catalog up

Once the container starts you'll want to

To exec into the running container: docker compose --profile catalog exec catalog bash

And run yarn migrate to instantiate the database

From inside this container, you can also run other yarn commands (install, add , etc)

Import Ontology Data

docker compose exec splice-catalog-catalog-1 yarn import:ontology

See documentation here: docs

Production

docker compose --profile production build

docker compose --profile production up -d