Skip to content

Commit

Permalink
Add max upload size variable to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevelina Aleksandrova committed Mar 8, 2018
1 parent 1b7bd69 commit e0fc64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/docker/docker-compose.yml
Expand Up @@ -30,6 +30,7 @@ services:
- CKAN_REDIS_URL=redis://redis:6379/1
- CKAN_DATAPUSHER_URL=http://datapusher:8800
- CKAN_SITE_URL=${CKAN_SITE_URL}
- CKAN_MAX_UPLOAD_SIZE_MB=${CKAN_MAX_UPLOAD_SIZE_MB}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- DS_RO_PASS=${DATASTORE_READONLY_PASSWORD}

Expand Down

0 comments on commit e0fc64a

Please sign in to comment.