12 lines
742 B
YAML
12 lines
742 B
YAML
services:
|
|
web:
|
|
volumes:
|
|
- ../../assets/public/politictalk:/usr/share/jitsi-meet/images/politictalk:ro
|
|
- ../../web/title.html:/usr/share/jitsi-meet/title.html:ro
|
|
- ../../web/plugin.head.html:/usr/share/jitsi-meet/plugin.head.html:ro
|
|
prosody:
|
|
environment:
|
|
- POLITICTALK_ROOM_INACTIVE_CALLBACK_URL=${POLITICTALK_ROOM_INACTIVE_CALLBACK_URL:-http://host.docker.internal:9000/events/politictalk/jitsi/room-inactive}
|
|
- POLITICTALK_ROOM_OCCUPANCY_CALLBACK_URL=${POLITICTALK_ROOM_OCCUPANCY_CALLBACK_URL:-http://host.docker.internal:9000/events/politictalk/jitsi/room-occupancy}
|
|
- POLITICTALK_ROOM_INACTIVE_CALLBACK_SECRET=${POLITICTALK_ROOM_INACTIVE_CALLBACK_SECRET:-politictalk-local-lifecycle-secret}
|