0
0

Etherpad: added admin plugin

This commit is contained in:
Opnxng 2024-06-09 11:36:37 +08:00
parent 3b424b94b1
commit 6725b98509
2 changed files with 4 additions and 10 deletions

View File

@ -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

View File

@ -1,12 +1,6 @@
compose:
oracle1:
- redlib
oracle2:
- redlib
oracle3:
- redlib
oracle4:
- redlib
- etherpad
# ----------------------------------------------------------------------------------------------------