+ 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

@ -14,7 +14,7 @@ services:
- "443:443"
expose:
- 80
php-fpm:
php:
build:
context: ./dockerfiles/php-fpm
args:
@ -27,6 +27,7 @@ services:
restart: always
volumes:
- ${PROJECTS_DIR}:/usr/share/nginx/html
- ./data/profiler:/tmp
expose:
- 9000
workspace: