cioos-siooc / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers datahub.io, catalog.data.gov and europeandataportal.eu/data/en/dataset among many other sites.
http://ckan.org/
Other
2 stars 4 forks source link

[#175] Add or relocate volumes for solr and redis data in docker-comp… #176

Closed ItaloBorrelli closed 1 year ago

ItaloBorrelli commented 1 year ago

175

Features:

Please [X] all the boxes above that apply

github-actions[bot] commented 1 year ago

Image has been pushed to cioos/ckan

Testing Quick Start

Pull image

sudo docker pull cioos/ckan:DEV_PR176 or sudo CKAN_TAG=DEV_PR176 docker-compose pull ckan

Remove Home Volume and Restart

sudo docker-compose down
sudo docker volume rm docker_ckan_home
sudo CKAN_TAG=DEV_PR176 docker-compose up -d

for full documentation see TBD