wee update

This commit is contained in:
Brett 2022-07-19 17:04:36 +02:00
parent f44c08a162
commit 426c07599b
2 changed files with 3 additions and 1 deletions

View File

@ -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

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 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