-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add dcor_config.json for docker images (close #21)
- Loading branch information
1 parent
4bf82a3
commit 2a6a499
Showing
3 changed files
with
26 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{"name": "docker", | ||
"requirements": { | ||
"ip": "unknown", | ||
"hostname": "dcor-dev-docker"}, | ||
"branding_paths": ["../branding/testing"], | ||
"ckan.ini": { | ||
"ckan.auth.create_user_via_api": "true", | ||
"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.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", | ||
"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", | ||
"dcor_object_store.bucket_name": "circle-dev-docker-{organization_id}", | ||
"dcor_object_store.ssl_verify": "false", | ||
"sqalchemy.url": "postgresql://ckandbuser:ckandbpassword@db/ckandb" | ||
} | ||
} |
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