Merge branch 'docker-local-dev-configuration' into 'develop'

add ports to front services in dev.yml

See merge request funkwhale/funkwhale!402
This commit is contained in:
Eliot Berriot 2018-09-10 18:51:32 +00:00
commit 6b92fb60ba
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ services:
- .env
environment:
- "HOST=0.0.0.0"
ports:
- "${VUE_PORT-8080}:${VUE_PORT-8080}"
volumes:
- "./front:/app"
- "/app/node_modules"