m
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
volumes/*
|
||||
!.gitkeep
|
||||
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
etherpad:
|
||||
image: etherpad/etherpad:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
TITLE: "Etherpad"
|
||||
ADMIN_PASSWORD: "2m2R^BkYLhycNA!L"
|
||||
DB_FILENAME: "/opt/etherpad-lite/var/dirty.db"
|
||||
LOGLEVEL: "INFO"
|
||||
DISABLE_IP_LOGGING: "true"
|
||||
SHOW_SETTINGS_IN_ADMIN_PAGE: "false"
|
||||
TRUST_PROXY: "true"
|
||||
volumes:
|
||||
- ./volumes/etherpad-var:/opt/etherpad-lite/var
|
||||
- ./volumes/etherpad-plugins:/opt/etherpad-lite/src/plugin_packages
|
||||
0
volumes/.gitkeep
Normal file
0
volumes/.gitkeep
Normal file
Reference in New Issue
Block a user