Commit a1810aaa authored by QM's avatar QM

add docker ports

parent 7de8653d
......@@ -4,11 +4,15 @@ services:
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"]
image: trufflesuite/ganache-cli:latest
ports:
- "8545:8545"
ebrelayera:
build:
context: .
dockerfile: Dockerfile-bridgevmxgo
ports:
- "9901:9901"
ebrelayerb:
build:
......@@ -31,6 +35,9 @@ services:
PARAFILE: "/root/chain33.para33.toml"
expose:
- "8802"
ports:
- "8801:8801"
- "8901:8901"
chain32:
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