Mercurial > p > roundup > code
comparison scripts/requirements.txt @ 6520:26babdf85067
issue2551163 - add starter docker
This works but I should be able to shrink it by 10MB (to 75 or so) by
doing a multi-stage build.
Also this only supports anydbm/sqlite at the moment. So the saved
space will be used by mysql and pgsql drivers before I am done.
Based on alipine linux python image. Invoke with:
docker run --rm -v /.../issue.tracker:/usr/src/app/tracker \
-p 9017:8080 roundup-app:latest
you can also append tracker specifications like:
inhouse=tracker/inhouse customer=tracker/customer
to the docker command to start up two trackers on the two tracker
homes on the volume mounted at (/usr/src/apps/) tracker.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 05 Nov 2021 14:37:09 -0400 |
| parents | |
| children | e6ae8188f61a |
comparison
equal
deleted
inserted
replaced
| 6519:22cf6ee7ad88 | 6520:26babdf85067 |
|---|---|
| 1 # human timezones | |
| 2 pytz | |
| 3 # indexer | |
| 4 Whoosh | |
| 5 # databases - need devel and other files installed to be built. | |
| 6 #psycopg2==2.7.4 | |
| 7 #mysqlclient==1.3.10 | |
| 8 # encryption - need additional packages | |
| 9 #gpg==1.10.0 | |
| 10 # java web tokens | |
| 11 PyJWT==1.7.1 | |
| 12 # extra compression support - build needs gcc | |
| 13 #Brotli==1.0.4 | |
| 14 #zstd==1.5.0.2 | |
| 15 |
