Expose Vite port in docker-compose.yml

This commit is contained in:
Robbie Thompson 2022-07-31 18:41:04 +01:00
parent 61a186e54b
commit fe2e5849df
2 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,7 @@ WORKSPACE_INSTALL_TRADER=false
WORKSPACE_PROTOC_VERSION=latest
WORKSPACE_INSTALL_MEMCACHED=true
WORKSPACE_INSTALL_EVENT=false
WORKSPACE_VITE_PORT=5173
### PHP_FPM ###############################################

View File

@ -190,6 +190,7 @@ services:
- "${WORKSPACE_VUE_CLI_SERVE_HOST_PORT}:8080"
- "${WORKSPACE_VUE_CLI_UI_HOST_PORT}:8000"
- "${WORKSPACE_ANGULAR_CLI_SERVE_HOST_PORT}:4200"
- "${WORKSPACE_VITE_PORT}:5173"
tty: true
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}