19 lines
305 B
YAML
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"
|