diff --git a/README.md b/README.md index f105baa..1c727d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO.livelog.txt b/TODO.livelog.txt index 1109a3a..b9ca1b7 100644 --- a/TODO.livelog.txt +++ b/TODO.livelog.txt @@ -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 \ No newline at end of file