- Data Dockerfile to keep postgres config as well as data
- Postgres Dockerfile to make sure the data is restored even if the postgres container is removed
- Doc
- Data only container for Postgres db & CKAN FileStore
- Nginx container (still based on official container, but copies the config for portability)
UPDATED:
- Postgres Dockerfile to allow custom PGDATA directory & initiate it if it's not there or is empty
- fig.ml to reflect the latest changes (datapusher, nginx, data container)
- CKAN Dockerfile
- improved caching of common requirements with the Datapusher
- Added $CKAN_INI env variable
- downgraded to pip 1.4.1 because 1.5 has a bug with HTTPS proxies https://github.com/pypa/pip/issues/1805
- fixed incorrect default port exposed
- Fig Dockerfile to 1.0.1
- fig.yml
- mount the custom_options.ini as a volume
- use relative path by default
- Documentation
ADDED:
- Datapusher Dockerfile based on fusion baseimage.