Skip to content
Snippets Groups Projects
Commit e7a91e13 authored by Arthur Saint-Genis's avatar Arthur Saint-Genis
Browse files

add ports to front services in dev.yml

parent bbf0f4a1
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ services: ...@@ -8,6 +8,8 @@ services:
- .env - .env
environment: environment:
- "HOST=0.0.0.0" - "HOST=0.0.0.0"
ports:
- "${VUE_PORT-8080}:${VUE_PORT-8080}"
volumes: volumes:
- "./front:/app" - "./front:/app"
- "/app/node_modules" - "/app/node_modules"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment