Mercurial > p > roundup > code
diff CHANGES.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 | 3cae70995eff |
| children | 8687c096a945 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Dec 11 21:41:49 2021 -0500 +++ b/CHANGES.txt Sun Dec 12 19:19:52 2021 -0500 @@ -77,8 +77,11 @@ faster response/loading. Also eliminates stalls when the front end web server uses http 1.1 but the roundup-server uses 1.0. New option "-V HTTP/1.0" can turn it off. (John Rouillard) -- issue2551163 - add scripts/Dockerfile to provide basic support for +- issue2551163 - add scripts/Docker/Dockerfile to provide basic support for containerization. See installation.txt for details. (John Rouillard) +- issue2551163 - add scripts/Docker/docker-compose.yml to get a + mysql/roundup deployment. (Norbert Schlemmer, modified by John + Rouilard) - REST add openapi_doc decorator to add openapi_doc to endpoints. Decorate a couple of examples. (John Rouillard) - REST when incorrect method is used, report allowed methods in error
