From 426c07599b9e6664fe0d52f29c8f52c3aecf07a5 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 19 Jul 2022 17:04:36 +0200 Subject: [PATCH] wee update --- README.md | 2 ++ TODO.livelog.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bb6f4..f105baa 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,9 @@ ckan ## pdb 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` + tty: true stdin_open: true diff --git a/TODO.livelog.txt b/TODO.livelog.txt index 699b709..1109a3a 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 the docker-compose.yml file...for security reasons really. +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 4. CKAN Worker (maybe) 5. Implement SSL for the nginx container or include a howto in the docs \ No newline at end of file