2014-10-26 22:21:58 +01:00
|
|
|
_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:
|
|
|
|
|
2014-11-15 19:02:58 +01:00
|
|
|
Clone datapusher in `_datapusher`:
|
2014-10-26 22:21:58 +01:00
|
|
|
|
2014-11-15 19:02:58 +01:00
|
|
|
git clone https://github.com/ckan/datapusher.git
|
2014-10-26 22:21:58 +01:00
|
|
|
|
|
|
|
|
2015-04-23 20:55:45 +02:00
|
|
|
Configure the service definition (docker-compose.yml) file to build it:
|
2014-10-26 22:21:58 +01:00
|
|
|
|
|
|
|
datapusher:
|
2014-11-15 19:02:58 +01:00
|
|
|
build: _service-provider/_datapusher
|
|
|
|
hostname: datapusher
|
|
|
|
domainname: localdomain
|
|
|
|
ports:
|
|
|
|
- "8800:8800"
|
2014-10-26 22:21:58 +01:00
|
|
|
|