Update TODO doc

This commit is contained in:
Brett 2022-07-19 13:52:16 +02:00
parent 959e73d3ee
commit 508c291845

View File

@ -28,4 +28,5 @@ NB: Had to update the prerun.py script as it was failing on check_solr_connecti
2. DataPusher - needed to use a custom requirements.txt (see https://github.com/ckan/datapusher/pull/251) 2. DataPusher - needed to use a custom requirements.txt (see https://github.com/ckan/datapusher/pull/251)
3. Use Multi-Stage images defined in the docker-compose.yml file...for security reasons really. 3. Use Multi-Stage images defined in the docker-compose.yml file...for security reasons really.
Also check out https://github.com/ckan/ckan/pull/4635 for Francesco's tests Also check out https://github.com/ckan/ckan/pull/4635 for Francesco's tests
4. CKAN Worker (maybe) 4. CKAN Worker (maybe)
5. Implement SSL for the nginx container or include a howto in the docs