Single parity dockerfile
This commit is contained in:
parent
f9c3f2dbad
commit
de0182e7cb
@ -1,11 +1,11 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
parity1:
|
parity1:
|
||||||
build: parity
|
build: ../parity
|
||||||
ports:
|
ports:
|
||||||
- "8541:8545"
|
- "8541:8545"
|
||||||
parity2:
|
parity2:
|
||||||
build: parity
|
build: ../parity
|
||||||
ports:
|
ports:
|
||||||
- "8542:8545"
|
- "8542:8545"
|
||||||
redis:
|
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'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
parity1:
|
parity1:
|
||||||
build: parity
|
build: ../parity
|
||||||
ports:
|
ports:
|
||||||
- "8541:8545"
|
- "8541:8545"
|
||||||
parity2:
|
parity2:
|
||||||
build:
|
build:
|
||||||
context: parity
|
context: ../parity
|
||||||
dockerfile: Dockerfile-foreign
|
dockerfile: Dockerfile-foreign
|
||||||
ports:
|
ports:
|
||||||
- "8542:8545"
|
- "8542:8545"
|
||||||
|
Loading…
Reference in New Issue
Block a user