dc-protocol
Version:
Start ganache and deploy our contracts
22 lines (20 loc) • 536 B
YAML
version: "2.1"
services:
dc-protocol:
container_name: dc-protocol
# image:
# altvnv/dc-protocol:latest
build: .
labels:
- "testrpc with dao casino protocol contracts"
# see ./src/testrpc.server.mjs options
environment:
- hostname=0.0.0.0
# - port=8546
# - defaultBalanceEther=100000
# - blockTime=2
# - gasPrice=1
# - gasLimit=7992181
# - mnemonic='candy, maple cake sugar pudding cream honey rich smooth crumble sweet treat'
ports:
- 8545:8545