Files
newwalls.pl/modules/ps_eventbus/docker-compose.yml
2024-12-17 13:43:22 +01:00

17 lines
416 B
YAML

version: '2'
services:
php:
image: phpdockerio/php72-cli
volumes:
- ./:/var/www/html
working_dir: /var/www/html
environment:
_PS_ROOT_DIR_: /var/www/html
node:
image: node:10.16
volumes:
- ./:/var/www/html
working_dir: /var/www/html
environment:
PATH: /var/www/html/_dev/node_modules/.bin/:$PATH