This image contains a ready-to-go installation of LIS Genomic Context Viewer.
The docker image is automatically built on quay.io
docker pull quay.io/abretaud/lis-gcv
An example of docker-compose.yml file is available to help you setup a Chado database and a Tripal website.
This image exposes two ports:
The docker-compose.yml file maps the port 8100 to the container port 80, which means you can access GCV by going to http://localhost:8100/
The following environment variables are available:
Variable | Description | Default value |
---|---|---|
SITE_NAME | Site name (short, no spaces) | lis |
SITE_FULL_NAME | Full site name | Legume Information System |
GCV_URL | External URL to access GCV | http://localhost:8100 |
SERVICES_URL | External URL to access GCV API | http://localhost:8000/services |
TRIPAL_URL | Address of a Tripal instance installed with tripal_phylotree module and a tripal_linkout module | https://legumeinfo.org |
DEBUG | Set to 'true' to activate the debug mode | false |
HOST | Hostname | gcv |
Please submit all issues and pull requests to the abretaud/docker-tripal repository.
If you have any problem or suggestion please open an issue here.