File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : ' 3.2'
2+
3+ services :
4+
5+ ckan :
6+ image : viderum/ckan-cloud-docker:ckan-latest-vital-strategies-theme
7+ build :
8+ context : ckan
9+ args :
10+ POST_INSTALL : |
11+ install_standard_ckan_extension_github keitaroinc/ckanext-s3filestore ckanext-s3filestore &&\
12+ install_standard_ckan_extension_github okfn/ckanext-sentry ckanext-sentry &&\
13+ install_standard_ckan_extension_github ViderumGlobal/ckanext-querytool ckanext-querytool &&\
14+ install_standard_ckan_extension_github ckan/ckanext-geoview ckanext-geoview
15+ environment :
16+ - CKAN_CONFIG_TEMPLATE_PREFIX=vital-strategies-theme-
17+
18+ jobs :
19+ image : viderum/ckan-cloud-docker:ckan-latest-vital-strategies-theme
20+ build :
21+ context : ckan
22+ args :
23+ POST_INSTALL : |
24+ install_standard_ckan_extension_github keitaroinc/ckanext-s3filestore ckanext-s3filestore &&\
25+ install_standard_ckan_extension_github ViderumGlobal/ckanext-querytool ckanext-querytool &&\
26+ install_standard_ckan_extension_github ckan/ckanext-geoview ckanext-geoview
27+ environment :
28+ - CKAN_CONFIG_TEMPLATE_PREFIX=vital-strategies-theme-
29+
30+ db :
31+ image : mdillon/postgis
32+ build :
33+ args :
34+ DB_INIT : |
35+ psql --dbname="ckan" -c "CREATE EXTENSION IF NOT EXISTS postgis; \
36+ CREATE EXTENSION IF NOT EXISTS postgis_topology; \
37+ CREATE EXTENSION IF NOT EXISTS fuzzystrmatch; \
38+ CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;"
You can’t perform that action at this time.
0 commit comments