Single parity dockerfile

This commit is contained in:
rzadp 2019-05-20 13:38:31 +02:00
parent f9c3f2dbad
commit de0182e7cb
8 changed files with 4 additions and 63 deletions

@ -1,11 +1,11 @@
version: '3'
services:
parity1:
build: parity
build: ../parity
ports:
- "8541:8545"
parity2:
build: parity
build: ../parity
ports:
- "8542:8545"
redis:

@ -1,7 +0,0 @@
FROM parity/parity:v2.3.3
WORKDIR /stuff
COPY . .
CMD ["--chain", "chain.json", "--jsonrpc-interface", "all"]

File diff suppressed because one or more lines are too long

@ -1,12 +1,12 @@
version: '3'
services:
parity1:
build: parity
build: ../parity
ports:
- "8541:8545"
parity2:
build:
context: parity
context: ../parity
dockerfile: Dockerfile-foreign
ports:
- "8542:8545"