more updates march
This commit is contained in:
15
jitsi/etherpad.yml
Normal file
15
jitsi/etherpad.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
# Etherpad: real-time collaborative document editing
|
||||
etherpad:
|
||||
image: etherpad/etherpad:2.0.3
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
environment:
|
||||
- TITLE=${ETHERPAD_TITLE:-""}
|
||||
- DEFAULT_PAD_TEXT=${ETHERPAD_DEFAULT_PAD_TEXT:-""}
|
||||
- SKIN_NAME=${ETHERPAD_SKIN_NAME:-colibris}
|
||||
- SKIN_VARIANTS=${ETHERPAD_SKIN_VARIANTS:-"super-light-toolbar super-light-editor light-background full-width-editor"}
|
||||
- SUPPRESS_ERRORS_IN_PAD_TEXT=true
|
||||
networks:
|
||||
meet.jitsi:
|
||||
aliases:
|
||||
- etherpad.meet.jitsi
|
||||
Reference in New Issue
Block a user