Skip to content
Snippets Groups Projects
Commit 8348d93b authored by Felipe Cecagno's avatar Felipe Cecagno
Browse files

add greenlight to compose

parent 714cd6c1
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,21 @@ services:
- "traefik.backend=bbb-web"
- "traefik.frontend.rule=PathPrefix: /bigbluebutton"
bbb-greenlight:
image: bigbluebutton/greenlight:v2
restart: unless-stopped
volumes:
- greenlight_db:/usr/src/app/db/production
- greenlight_logs:/usr/src/app/log
environment:
BIGBLUEBUTTON_ENDPOINT: https://${SERVER_DOMAIN}/bigbluebutton/
BIGBLUEBUTTON_SECRET: ${SHARED_SECRET}
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
ALLOW_GREENLIGHT_ACCOUNTS: "true"
labels:
- "traefik.backend=bbb-greenlight"
- "traefik.frontend.rule=PathPrefix: /b"
# when we're able to setup traefik properly for wss, nginx is no longer needed
nginx:
image: ${TAG_PREFIX}bbb-nginx${TAG_SUFFIX}
......@@ -164,3 +179,5 @@ volumes:
media-audio:
media-video:
media-screenshare:
greenlight_db:
greenlight_logs:
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