docker-ckan/_service-provider
Clément MOUCHET 9a20dea6a4 UPDATED:
- 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.
2014-11-15 18:02:58 +00:00
..
README.md UPDATED: 2014-11-15 18:02:58 +00:00

README.md

_service-provider

Clone any service providers with their Docker files here if you want to build their container.

datapusher

For example, if you want to build the datapusher service yourself:

Clone datapusher in _datapusher:

git clone https://github.com/ckan/datapusher.git

Tell the fig file to build it:

datapusher:
		build: _service-provider/_datapusher
		hostname: datapusher
	domainname: localdomain
		ports:
			- "8800:8800"