9 lines
270 B
YAML
9 lines
270 B
YAML
|
- name: Create ganache
|
||
|
community.docker.docker_container:
|
||
|
name: ganache
|
||
|
image: trufflesuite/ganache:v7.1.0
|
||
|
state: started
|
||
|
restart: true
|
||
|
ports:
|
||
|
- "127.0.0.1:8545:8545" # discuss if this should be bind all gitlab.com/reel/ziion-tools/-/issues/4
|