Roundup Issue Tracker: simple-to-use issue-tracking system with web/REST/e-mail interfaces.
10K+
The Roundup Issue Tracker is a very flexible and simple-to-use issue-tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Track your issues your way. The Docker build supports all 4 databases: anydbm, SQLite, MySQL and PostgreSQL. It can also use redis for caching session data. It runs with Python 3.11 using the Alpine Linux base image with Python 3.11.
Starting with the release 2.3.0, you can run the container in 'instant gratification' demo mode. Create a new directory, change to it and run:
docker run --rm -p 127.0.0.1:8917:8080 --name roundup_demo -v \
$PWD:/usr/src/app/tracker rounduptracker/roundup:latest demo
then point your browser to http://localhost:8917/demo/ (this will be printed as well).
See: https://www.roundup-tracker.org/docs/installation.html#docker-support for details on working with Roundup in a container, how to build
your own customized container etc.
Roundup has been deployed for:
...and so on. It's been designed with flexibility in mind - it's not just another bug tracker.
Content type
Image
Digest
sha256:9a23735d6…
Size
48.7 MB
Last updated
2 months ago
docker pull rounduptracker/roundup