update README
This commit is contained in:
parent
647e930b08
commit
7381102495
@ -141,14 +141,13 @@ ckan
|
||||
|
||||
## pdb
|
||||
|
||||
Add these lines to the Dockerfile.dev
|
||||
|
||||
|
||||
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 /srv/app/ckan.ini run --host 0.0.0.0 --passthrough-errors`
|
||||
|
||||
tty: true
|
||||
|
||||
stdin_open: true
|
||||
|
||||
## Known Issues
|
||||
|
||||
* Running the tests: Running the tests for CKAN or an extension inside the container will delete your current database. We need to patch CKAN core in our image to work around that.
|
||||
|
||||
@ -25,7 +25,7 @@ NB: Had to update the prerun.py script as it was failing on check_solr_connecti
|
||||
### ToDo (remaining things to think about and/or 'to fix') ###
|
||||
|
||||
1. nginx - what caching should I implement?
|
||||
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 as the official didn't work (see https://github.com/ckan/datapusher/pull/251)
|
||||
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)
|
||||
|
||||
@ -38,6 +38,7 @@ services:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "0.0.0.0:${CKAN_PORT}:5000"
|
||||
|
||||
volumes:
|
||||
- ckan_config:/etc/ckan
|
||||
- ckan_home:/usr/lib/ckan
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user