modified: docker-compose.yml

deleted:    whiteboard.yml
pull/2001/head
YajatKaul 3 weeks ago
parent 2b5c29174d
commit 9159add457
  1. 11
      docker-compose.yml
  2. 12
      whiteboard.yml

@ -495,6 +495,17 @@ services:
networks:
meet.jitsi:
# Uncomment this to integrate whiteboard and WHITEBOARD_COLLAB_SERVER_URL_BASE ln 89 in .env file to enable whiteboard
# whiteboard:
# image: jitsi/excalidraw-backend:21
# restart: ${RESTART_POLICY:-unless-stopped}
# depends_on:
# - web
# networks:
# meet.jitsi:
# aliases:
# - whiteboard.meet.jitsi
# Custom network so all services can communicate using a FQDN
networks:
meet.jitsi:

@ -1,12 +0,0 @@
version: '3.5'
services:
whiteboard:
image: jitsi/excalidraw-backend:21
restart: ${RESTART_POLICY:-unless-stopped}
depends_on:
- web
networks:
meet.jitsi:
aliases:
- whiteboard.meet.jitsi
Loading…
Cancel
Save