Mercurial > p > roundup > code
diff scripts/Docker/requirements.txt @ 6555:34cbd0e633d2
Added FastCGI deployment info, updated Docker docs; docker-compose added
This moves the Docker files to the subdirectory scripts/Docker.
Attempted to provide a slightly guided install of a tracker using the
roundup_start script
It include the docker-compose.yml file donated by Norbert
Schlemmer. Hopefully I didn't break it when modifying it for it's new
home.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Dec 2021 19:19:52 -0500 |
| parents | scripts/requirements.txt@e6ae8188f61a |
| children | 889ddfbf8abe |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/Docker/requirements.txt Sun Dec 12 19:19:52 2021 -0500 @@ -0,0 +1,14 @@ +# human timezones +pytz +# indexer +Whoosh +# extra database support +psycopg2 +mysqlclient +# encryption +gpg +# java web tokens +PyJWT +# extra HTTP compression methods +Brotli +zstd
