Closes: https://github.com/jitsi/docker-jitsi-meet/pull/1480 Co-authored-by: Tugrul Dogan <tugrul.ufuk@gmail.com> Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>pull/1851/head
parent
49bd1657d5
commit
b4604f3078
@ -0,0 +1,12 @@ |
|||||||
|
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…
Reference in new issue