Commit a1810aaa authored by QM's avatar QM

add docker ports

parent 7de8653d
...@@ -4,11 +4,15 @@ services: ...@@ -4,11 +4,15 @@ services:
ganachetest: ganachetest:
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "-a", "20", "-b", "2", "--debug", "-m", "coast bar giraffe art venue decide symbol law visual crater vital fold", "-e", "1000"] entrypoint: ["node", "/app/ganache-core.docker.cli.js", "-a", "20", "-b", "2", "--debug", "-m", "coast bar giraffe art venue decide symbol law visual crater vital fold", "-e", "1000"]
image: trufflesuite/ganache-cli:latest image: trufflesuite/ganache-cli:latest
ports:
- "8545:8545"
ebrelayera: ebrelayera:
build: build:
context: . context: .
dockerfile: Dockerfile-bridgevmxgo dockerfile: Dockerfile-bridgevmxgo
ports:
- "9901:9901"
ebrelayerb: ebrelayerb:
build: build:
...@@ -31,6 +35,9 @@ services: ...@@ -31,6 +35,9 @@ services:
PARAFILE: "/root/chain33.para33.toml" PARAFILE: "/root/chain33.para33.toml"
expose: expose:
- "8802" - "8802"
ports:
- "8801:8801"
- "8901:8901"
chain32: chain32:
entrypoint: /root/entrypoint.sh entrypoint: /root/entrypoint.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment