Go to file
Brett c5731f0cc2 update nginx Dockerfile 2021-12-09 14:44:35 +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 Revert "New changes (29 Oct 2021)" 2021-10-29 17:05:48 +02:00
.env Revert "New changes (29 Oct 2021)" 2021-10-29 17:05:48 +02: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 More updates 2021-05-13 08:34:14 +02: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 Revert "New changes (29 Oct 2021)" 2021-10-29 17:05:48 +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