Added option to map Browsersync ports from workspace container

This commit is contained in:
Laércio de Sousa
2020-03-03 15:14:33 -03:00
parent 8cde247422
commit 29f7cbdc7e
3 changed files with 29 additions and 0 deletions

View File

@ -153,6 +153,8 @@ services:
- "dockerhost:${DOCKER_HOST_IP}"
ports:
- "${WORKSPACE_SSH_PORT}:22"
- "${WORKSPACE_BROWSERSYNC_HOST_PORT}:3000"
- "${WORKSPACE_BROWSERSYNC_UI_HOST_PORT}:3001"
- "${WORKSPACE_VUE_CLI_SERVE_HOST_PORT}:8080"
- "${WORKSPACE_VUE_CLI_UI_HOST_PORT}:8000"
tty: true