forked from ckan/ckan
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix crontab in ckan_run_harvester (#229)
* update config so command line tools can load extensions. fix crontab loading in ckan_run_harvester * add redis config back in * disabled plugins list in production_root_url.ini (.env values work fine and cause conflicts if they are not disabled) Updated Dockerfile to lock pyopenssl and cryptography to the highest versions that still support x509 in the manner that the ckan harvester expects * add ckan_home volume to run harvester so the config file is in sync with other containers * mounted crontab file in ckan_run_harvester container as a volume - commented out crontab setup line in entrypoint - crontab file in contrib/docker needs to be owned by root:root in order to execute * add entrypoint config to docker-compose for run harvester as the file in /docker-entrypoint.d/ckan-run-harvester-entrypoint.sh is only run once on the first container start and never again until attached volumes are cleared --------- Co-authored-by: Scott Bruce <scott.bruce@mi.mun.ca>
- Loading branch information
Showing
7 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters