Remove datapusher
This commit is contained in:
parent
de7d05e8de
commit
c61176e20c
|
@ -32,13 +32,6 @@ services:
|
|||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
|
||||
|
||||
datapusher:
|
||||
container_name: ${DATAPUSHER_CONTAINER_NAME}
|
||||
image: ckan/ckan-base-datapusher:${DATAPUSHER_VERSION}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8800"]
|
||||
|
||||
db:
|
||||
container_name: ${POSTGRESQL_CONTAINER_NAME}
|
||||
build:
|
||||
|
|
|
@ -43,13 +43,6 @@ services:
|
|||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
|
||||
|
||||
datapusher:
|
||||
container_name: ${DATAPUSHER_CONTAINER_NAME}
|
||||
image: ckan/ckan-base-datapusher:${DATAPUSHER_VERSION}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8800"]
|
||||
|
||||
db:
|
||||
container_name: ${POSTGRESQL_CONTAINER_NAME}
|
||||
build:
|
||||
|
|
|
@ -149,10 +149,10 @@ ckan.harvest.mq.hostname = redis
|
|||
# Define which views should be created by default
|
||||
# (plugins must be loaded in ckan.plugins)
|
||||
ckan.views.default_views = image_view text_view recline_view harvest ckan_harvester wmts_view geojson_view geo_view shp_view pdf_view
|
||||
ckanext.geoview.geojson.max_file_size = 100000000
|
||||
ckanext.geoview.ol_viewer.formats = wms wfs geojson gml kml
|
||||
ckanext.geoview.shp_viewer.srid = 3857
|
||||
ckanext.geoview.shp_viewer.encoding = UTF-8
|
||||
ckanext.geoview.geojson.max_file_size = 100000000
|
||||
|
||||
# Customize which text formats the text_view plugin will show
|
||||
ckan.preview.json_formats = json jsonld
|
||||
|
|
Loading…
Reference in New Issue