Update doco

This commit is contained in:
Brett 2022-07-20 10:13:01 +02:00
parent 426c07599b
commit 647e930b08
2 changed files with 4 additions and 3 deletions

View File

@ -143,9 +143,10 @@ ckan
Debug with pdb (example) - Interact with `docker attach $(docker container ls -qf name=ckan)`
command: `python -m pdb /usr/lib/ckan/venv/bin/ckan --config /etc/ckan/production.ini run --host 0.0.0.0 --passthrough-errors`
command: `python -m pdb /usr/lib/ckan/venv/bin/ckan --config /srv/app/ckan.ini run --host 0.0.0.0 --passthrough-errors`
tty: true
stdin_open: true
## Known Issues

View File

@ -26,7 +26,7 @@ NB: Had to update the prerun.py script as it was failing on check_solr_connecti
1. nginx - what caching should I implement?
2. DataPusher - needed to use a custom requirements.txt (see https://github.com/ckan/datapusher/pull/251)
3. Use Multi-Stage images defined in Dockerfile...for security reasons really....done but need to test
Also check out https://github.com/ckan/ckan/pull/4635 for Francesco's tests
3. Use Multi-Stage images defined in Dockerfile - get the CKAN images down to bare-bones...for security reasons really
Also check out https://github.com/ckan/ckan/pull/4635 for Francesco's test stuff
4. CKAN Worker (maybe)
5. Implement SSL for the nginx container or include a howto in the docs