Go to file
Brett 212d32ee33 update README 2021-12-10 14:48:02 +01:00
.github/workflows Update build.yml 2021-05-13 16:43:01 +02:00
ckan More updates 2021-05-13 16:42:11 +02:00
datapusher More updates 2021-05-10 15:21:02 +02:00
images More commits 2021-05-21 13:27:42 +02:00
nginx update nginx Dockerfile 2021-12-09 14:44:35 +01:00
postgresql Dockerfile changes etc 2021-01-15 16:05:22 +01:00
solr Update solr 2021-12-10 11:43:04 +01:00
.env env stuff 2021-12-10 14:35:25 +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 README 2021-12-10 14:48:02 +01:00
dev-requirements.txt More updates 2020-09-17 14:10:25 +02:00
docker-compose.dev.yml More commits 2021-05-21 13:27:42 +02:00
docker-compose.yml env stuff 2021-12-10 14:35:25 +01:00
pruneall.sh Create pruneall.sh 2021-12-10 14:42:47 +01: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

ARG should be used for sensitive variables so as to keep the values of these variables 
out of the build and hence will not show with an "inspect image" command