This commit is contained in:
fix 2021-03-20 21:30:39 +01:00
commit e3c4f9abe5
3 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

14
docker-compose.yaml Normal file
View File

@ -0,0 +1,14 @@
version: '3'
services:
etherpad:
build: ${REPO_URL}
logging:
driver: journald
options:
tag: etherpad
image: etherpad:local
restart: unless-stopped
ports:
- ${EXTERNAL_IP}:${EXTERNAL_PORT}:9001

3
env.dist Normal file
View File

@ -0,0 +1,3 @@
EXTERNAL_IP=127.0.0.1
EXTERNAL_PORT=9001
REPO_URL=https://github.com/ether/etherpad-lite.git