ckan / ckan-docker

Scripts and images to run CKAN using Docker Compose
95 stars 178 forks source link

volumes for installed files for faster startup #138

Closed wardi closed 5 months ago

wardi commented 5 months ago

Create volumes for python site-packages and .vscode-server (on dev) so that packages that are installed from requirements and vscode doesn't need to be re-downloaded and installed after every restart.

wardi commented 5 months ago

@kowh-ai unfortunately this doesn't keep files after restart, please see #143 for an improved version