Go to file
Brett 4a9d680b28 Update build.yml 2021-05-11 11:34:17 +02:00
.github/workflows Update build.yml 2021-05-11 11:34:17 +02:00
ckan Another Update 2020-09-29 12:34:56 +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
.travis.yml Update .travis.yml 2020-10-05 14:32:08 +02:00
README.txt Update README.txt 2021-01-25 15:47:51 +01: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 ###


Potential ideas/investigations from Keitaro (Marko Bocevski) : https://github.com/keitaroinc/docker-ckan:

- 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

- Should we use wheels too?

- Use Multi Stage Docker builds? 
    run some tests on image/container size with the different options
    a smaller production build vs a development build with all the dev tools

- Use SSL on the NGINX container port

- 2 networks: 1) Frontend 2) Backend

- Create/access a CKAN datapusher image rather than build one?

- all username/passwords as environment variables rather than hardcoded

- "/images" is a good folder name to use to be able to build all versions of CKAN and DataPusher images

- make sure the "development mode" path is taken cared of with any changes

- Create an admin user during the container deployment

- should there be a datapusher container built? maybe an xloader container?