#mem_limit: 500m # This is to limit usage, but can make the docker crash when ram is exhausted, not recommended while indexing all data, ok once indexing is done
#- /groups/XXX/:/groups/XXX/:ro # We do this when we have symlinks in src_data pointing to /groups/XXX/...
-./docker_data/jbrowse/:/jbrowse/data/
-./docker_data/apollo/:/apollo-data/
links:
-"tripaldb:chado"
environment:
NONUSE:nodejs,proftp,reports
GALAXY_LOGGING:full
GALAXY_CONFIG_BRAND:"Genusspecies"
GALAXY_CONFIG_ALLOW_LIBRARY_PATH_PASTE:"True"
GALAXY_CONFIG_USE_REMOTE_USER:"True"
GALAXY_CONFIG_REMOTE_USER_MAILDOMAIN:"bipaa"
GALAXY_CONFIG_ADMIN_USERS:"admin@galaxy.org,gogepp@bipaa"# admin@galaxy.org is the default (leave it), gogepp@bipaa is a shared ldap user we use to connect
ENABLE_FIX_PERMS:0
PROXY_PREFIX:/sp/genus_species/galaxy
GALAXY_CONFIG_COOKIE_PATH:/galaxy
GALAXY_TRIPAL_PASSWORD:XXXXXX# See tripal config above
GALAXY_WEBAPOLLO_URL:http://apollo:8080
GALAXY_WEBAPOLLO_USER:"admin_apollo@bipaa"
GALAXY_WEBAPOLLO_PASSWORD:"XXXXXX"# See tripal config below
-./apollo/annotation_groups.tsv:/bootstrap/canned_values.txt:ro# Other canned things are preloaded in the docker image https://github.com/abretaud/docker-apollo/blob/bipaa/bootstrap.sh
#- ../blat/:/opt/blat/:ro # Mount the blat binary if you want to use it (could not include it in the docker image due to license issue)