web3.php/docker/docker-compose.yml
sc0Vu 02be3f815d Add ganache container
Add ganache container
Update 'README.md'
2018-04-25 10:25:09 +08:00

19 lines
305 B
YAML

version: '2'
services:
php:
build:
context: ./php
dockerfile: Dockerfile-72
volumes:
- ./app:/app
tty: true
ganache:
build:
context: ./ganache
dockerfile: Dockerfile
ports:
- "8545"