Skip to content

dictybase-docker/chado-sqitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Chado-Sqitch

This is a source repository for docker image to run Chado-sqitch software.

Usage

By default, running this container will try to install chado schema into a postgres database. To work with the database, it needs another linked container and bunch of environmental variables.

Environmental variables

$CHADO_DB, $CHADO_PASS and $CHADO_USER for the database credentials. For kubernetes, it can be mounted through /secrets through three files, chadodb, chadopass and chadouser.

For connecting to a postgres database, it needs two variables, CHADO_BACKEND_SERVICE_HOST and CHADO_BACKEND_SERVICE_PORT. It can be done in kubernetes by creating a service named postgres or as a standalone container, linked to a docker container named postgres_srv_service.

Deploy

kubernetes can be used to deploy the containers.

About

Docker image packaging of chado-sqitch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages