init
This commit is contained in:
commit
e3c4f9abe5
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.env
|
||||
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user