Skip to content
Snippets Groups Projects
Commit 6b92fb60 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

add ports to front services in dev.yml

See merge request funkwhale/funkwhale!402
parents bbf0f4a1 e7a91e13
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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