+ profiler things

* fix custom node version install in workspace
This commit is contained in:
2021-08-27 13:36:45 +03:00
parent 93eddcdf84
commit 3535a09ce9
8 changed files with 66 additions and 26 deletions

View File

@ -12,13 +12,13 @@ services:
php73:
extends:
file: docker-compose.base.yml
service: php-fpm
service: php
build:
dockerfile: php73.Dockerfile
php74:
extends:
file: docker-compose.base.yml
service: php-fpm
service: php
build:
dockerfile: php74.Dockerfile
workspace73: