Skip to content

Commit

Permalink
fix: better paths for docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 12, 2024
1 parent 2a6a499 commit dcdc827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.12.1
- fix: better paths for docker setup
0.12.0
- feat: add dcor_config.json for docker images
0.11.8
Expand Down
6 changes: 3 additions & 3 deletions dcor_control/resources/site_dcor-docker/dcor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"ckan.auth.create_user_via_web": "true",
"ckan.site_title": "DCOR-docker-dev",
"ckan.site_url": "http://127.0.0.1",
"ckan.storage_path": "/tmp/data/ckan-<TEMPLATE:HOSTNAME>",
"ckan.storage_path": "/var/lib/ckan/default",
"ckan.plugins": "stats text_view image_view dcor_depot dcor_schemas dc_serve dc_view dc_log_view dcor_theme envvars",
"ckanext.dc_serve.tmp_dir": "/tmp/ckanext-dc_serve",
"ckanext.dcor_depot.depots_path": "/tmp/data/depots",
"ckanext.dc_serve.tmp_dir": "/tmp/dcor_temp",
"ckanext.dcor_depot.depots_path": "/var/lib/ckan/dcor_depots",
"dcor_object_store.access_key_id": "minioadmin",
"dcor_object_store.secret_access_key": "minioadmin",
"dcor_object_store.endpoint_url": "http://127.0.0.1:9000",
Expand Down

0 comments on commit dcdc827

Please sign in to comment.