okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

switching from dev to live - with extensions #112

Open JackBurns1984 opened 1 year ago

JackBurns1984 commented 1 year ago

Hi, I have been building my own CKAN instance with docker-ckan as my base and on dev it works well, but when I switch to run with the live file the extensions aren't being picked up - i think thought this was down to ckan-base not having the "ENV SRC_EXTENSIONS_DIR=/srv/app/src_extensions" line but i am told this is not the case.

Any help on how I can get live to see my extensions?