Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from paritytrading/features/compose
Browse files Browse the repository at this point in the history
Add Compose file
  • Loading branch information
jvirtanen authored Nov 3, 2016
2 parents f8b5e71 + e62bb83 commit d259efd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Parity Docker
Parity Docker is a financial exchange deployment on Docker.


Usage
-----

Start Parity Docker with Compose:

docker-compose up


Contents
--------

Expand Down
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '2'
services:
parity-system:
build: 'parity-system'
ports:
- '4000:4000'
- '5000:5000'
- '6000:6000'
parity-fix:
build: 'parity-fix'
ports:
- '4010:4010'

0 comments on commit d259efd

Please sign in to comment.