Skip to content

Dockerfile to build Tarantula Test Management Tool container image and docker-compose.yml to run it with database.

License

Notifications You must be signed in to change notification settings

berrunder/docker-tarantula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Tarantula

Dockerfile to build Tarantula Test Management Tool container image and docker-compose.yml to run it with database.

Based on image ome-docker/tarantula by Open Microscopy Environment. Mysql deployed in separate container.

Example

Start image building by running docker-compose up -d and start tarantula (accessible on port 8081).

The first time the Tarantula image is run it will initialize a new database and configure itself using configuration values passed as environment variables (web address of installed Tarantula, admin email, SMTP server address, SMTP port, SMTP domain). On subsequent runs these environment variables will be ignored.

Note that tarantula takes several minutes to initialise due to a pre-compilation step.

To view the tarantula container logs connect to container:

docker exec -it containerid /bin/bash/bash
$ tail -f /var/log/httpd/error_log
$ tail -f /data/log/production.log
$ tail -f /data/supervisor/tarantula---supervisor-*.log

Issues/RFEs

About

Dockerfile to build Tarantula Test Management Tool container image and docker-compose.yml to run it with database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages