Add Backend to compose

This commit is contained in:
qvalentin 2023-04-07 16:20:48 +02:00
parent f40582cff1
commit 247b99d571
2 changed files with 10 additions and 1 deletions

View File

@ -211,7 +211,7 @@ JIBRI_XMPP_PASSWORD=662f13288a07ca64afb4b9b97b4feed6
#
# Container restart policy
#RESTART_POLICY=unless-stopped
RESTART_POLICY=no
# Jitsi image version (useful for local development)
#JITSI_IMAGE_VERSION=latest

View File

@ -346,6 +346,15 @@ services:
networks:
meet.jitsi:
jitsi-rooms:
image: jitsi-rooms:67y5d9y2zbi7wkqm2jpcjj1k2614qwx2
restart: ${RESTART_POLICY:-unless-stopped}
ports:
- '9160:9160'
networks:
meet.jitsi:
# Custom network so all services can communicate using a FQDN
networks:
meet.jitsi: