Skip to content

Commit 1ee6658

Browse files
authored
Compose version update (#169)
* Increase CKAN version in compose to 2.11.4 * Add new var for enabaling CKAN uploads
1 parent 1433da8 commit 1ee6658

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

compose/config/.global-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#CKAN
2-
CKAN_VERSION=2.11.3
2+
CKAN_VERSION=2.11.4
33

44
# Redis
55
REDIS_VERSION=6.0.7

compose/config/ckan/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ CKAN__PLUGINS=envvars activity image_view text_view datatables_view datastore xl
2828
# CKAN requires storage path to be set in order for filestore to be enabled
2929
CKAN__STORAGE_PATH=/app/data
3030
CKAN__WEBASSETS__PATH=/app/data/webassets
31+
# Enable file uploads in datasets
32+
CKAN__UPLOADS_ENABLED=true
3133
# SYSADMIN settings, a sysadmin user is created automatically with the below credentials
3234
CKAN_SYSADMIN_NAME=sysadmin
3335
CKAN_SYSADMIN_PASSWORD=password

0 commit comments

Comments
 (0)