Single parity dockerfile
This commit is contained in:
parent
f9c3f2dbad
commit
de0182e7cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user