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