+ separately nodejs versions for a different workspace containers

This commit is contained in:
qemu-test
2023-10-22 20:50:58 +03:00
parent baa258b8fb
commit b1b2e1d501
5 changed files with 34 additions and 48 deletions

View File

@ -6,8 +6,12 @@ PROJECTS_DIR=/home/youruser/PhpstormProjects
WORKSPACE_PUID=1000
WORKSPACE_PGID=1000
WORKSPACE_TIMEZONE=Europe/Moscow
WORKSPACE_LEGACY_COMPOSER_VERSION=1
WORKSPACE_LEGACY_NODE_VERSION=lts/fermium
WORKSPACE_COMPOSER_VERSION=2
WORKSPACE_CUSTOM_NODE_VERSION=lts/fermium
WORKSPACE_NODE_VERSION=lts/hydrogen
WORKSPACE_PHP_OPT_MAX_EXECUTION_TIME=0
WORKSPACE_PHP_OPT_MEMORY_LIMIT=-1