Added option to map vue-cli ports from workspace container

This commit is contained in:
Laércio de Sousa
2020-02-11 14:58:08 -03:00
parent f8b7404263
commit 3fe18368bd
3 changed files with 17 additions and 3 deletions

View File

@ -150,6 +150,8 @@ services:
- "dockerhost:${DOCKER_HOST_IP}"
ports:
- "${WORKSPACE_SSH_PORT}:22"
- "${WORKSPACE_VUE_CLI_SERVE_HOST_PORT}:8080"
- "${WORKSPACE_VUE_CLI_UI_HOST_PORT}:8000"
tty: true
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}