Go to file
Brett 0b84974ed5 Update 2021-05-12 16:25:03 +02:00
.github/workflows Update build.yml 2021-05-11 16:26:55 +02:00
ckan Update 2021-05-12 16:25:03 +02:00
datapusher More updates 2021-05-10 15:21:02 +02:00
images Pin pip version 2021-01-25 15:54:12 +01:00
nginx First update (again) 2020-09-17 11:42:27 +02:00
postgresql Dockerfile changes etc 2021-01-15 16:05:22 +01:00
solr Dockerfile changes etc 2021-01-15 16:05:22 +01:00
.env Dockerfile changes etc 2021-01-15 16:05:22 +01:00
.env.template .env.template 2021-01-14 11:15:44 +01:00
.gitignore Initial commit 2014-10-26 21:21:58 +00:00
README.txt Update 2021-05-12 16:25:03 +02:00
dev-requirements.txt More updates 2020-09-17 14:10:25 +02:00
docker-compose.dev.yml More updates 2020-09-17 14:10:25 +02:00
docker-compose.yml More updates 2021-05-10 15:21:02 +02:00

README.txt

### Please note that this re-purposed CKAN Docker repo is a WORK IN PROGRESS ###
### It should not be used to install CKAN via Docker until this page is updated ###

- Maybe use build/up time variables loaded via the .env file, runtime variables loaded via a .ckan-env file - both
located at the root directory
- Look at using ghcr.io (GitHub Packages) to store Docker Images rather than DockerHub
- all username/passwords as environment variables rather than hardcoded
- make sure the "development mode" path is taken cared of with any change
- Create an admin user during the container deployment
- should there be a datapusher image pre-built like ckan? maybe an xloader image?


Difference between ckan-base and ckan-dev

ckan-base
docker-compose up -d --build
docker-compose build
docker-compose up

ckan-dev
docker-compose -f docker-compose.dev.yml up -d --build
docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up