Etherpad: added admin plugin
This commit is contained in:
parent
3b424b94b1
commit
6725b98509
@ -18,7 +18,7 @@ services:
|
|||||||
- DB_NAME=etherpad
|
- DB_NAME=etherpad
|
||||||
- DB_USER={{ etherpad_db_user }}
|
- DB_USER={{ etherpad_db_user }}
|
||||||
- DB_PASS={{ etherpad_db_pass }}
|
- DB_PASS={{ etherpad_db_pass }}
|
||||||
# - ADMIN_PASSWORD={{ etherpad_admin_password }}
|
- ADMIN_PASSWORD={{ etherpad_admin_password }}
|
||||||
- TITLE=Notes
|
- TITLE=Notes
|
||||||
- SKIN_VARIANTS="super-light-toolbar super-light-editor light-background"
|
- SKIN_VARIANTS="super-light-toolbar super-light-editor light-background"
|
||||||
- DEFAULT_PAD_TEXT=Text
|
- DEFAULT_PAD_TEXT=Text
|
||||||
|
@ -1,12 +1,6 @@
|
|||||||
compose:
|
compose:
|
||||||
oracle1:
|
|
||||||
- redlib
|
|
||||||
oracle2:
|
|
||||||
- redlib
|
|
||||||
oracle3:
|
oracle3:
|
||||||
- redlib
|
- etherpad
|
||||||
oracle4:
|
|
||||||
- redlib
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user