go-waku/.github/docker-compose/ganache.yml

7 lines
192 B
YAML

services:
ganache:
image: "trufflesuite/ganache:latest"
command: ["-m='swim relax risk shy chimney please usual search industry board music segment'"]
ports:
- "8545:8545"