docker-ckan/_service-provider/README.md

24 lines
511 B
Markdown
Raw Normal View History

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