*abf2f73jicofo: fix setting incorrect auth URL scheme for JWT *3472ab0jicofo: add ability to configure health checks *ec3622bjibri: install jitsi-upload-integrations by default *0e7bc91etherpad: pin image version *4fa50b9jwt: do not load token_verification module with disabled authentication *b0d76a2jibri: add jq dep for upload integrations *53b58fdjvb: add jq, curl deps for graceful_shutdown.sh *2d063addoc: update installation instructions *e73df5fmisc: working on latest
12 lines
283 B
YAML
12 lines
283 B
YAML
version: '3'
|
|
|
|
services:
|
|
# Etherpad: real-time collaborative document editing
|
|
etherpad:
|
|
image: jitsi/etherpad:stable-4548-1
|
|
restart: ${RESTART_POLICY}
|
|
networks:
|
|
meet.jitsi:
|
|
aliases:
|
|
- etherpad.meet.jitsi
|