docker-ckan/_service-provider/README.md

511 B
Executable File

_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

Configure the service definition (docker-compose.yml) file to build it:

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