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_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
@ -41,7 +41,7 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- etherpad - etherpad
etherpaddb: etherpaddb:
image: postgres:16-alpine image: postgres:16-alpine
container_name: etherpaddb container_name: etherpaddb
@ -64,4 +64,4 @@ services:
networks: networks:
etherpad: etherpad:
name: etherpad name: etherpad

View File

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