FIX: in dev mode, sockets won't be closed to prevent conflicts with live-reloading

This commit is contained in:
kharhamel 2020-11-10 15:24:02 +01:00
parent 1080328afa
commit 5a1147866c
3 changed files with 5 additions and 0 deletions

View file

@ -78,6 +78,7 @@ services:
ADMIN_API_TOKEN: "$ADMIN_API_TOKEN"
JITSI_URL: $JITSI_URL
JITSI_ISS: $JITSI_ISS
DEV_MODE: "1"
volumes:
- ./back:/usr/src/app
labels: