The docker-compose files in this repository represent various configurations for deploying SynBioHub3. The files can be layered with Docker Compose's multiple file capabilities.
The base configuration, described with docker-compose.yml, is simply SynBioHub3, its graph database Virtuoso, and an autohealer.
To run the base configuration:
- Open terminal
git clone -b snapshot https://github.com/synbiohub/synbiohub2-dockerdocker-compose -f ./synbiohub2-docker/docker-compose.yml up
To add SBOLExplorer, add the docker-compose.explorer.yml to the main docker-compose, i.e. for step 3 run docker-compose -f ./synbiohub2-docker/docker-compose.yml -f ./synbiohub2-docker/docker-compose.explorer.yml up
For full plugin information please see this table which contains a table of plugins.