|
@ -0,0 +1,34 @@ |
|
|
|
|
|
name: etherpad |
|
|
|
|
|
summary: "Etherpad-lite server" |
|
|
|
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>" |
|
|
|
|
|
inherit: base-0k |
|
|
|
|
|
## Custom built from git 1.8.14 https://github.com/ether/etherpad-lite with |
|
|
|
|
|
## build arg --build-arg INSTALL_SOFFICE=1 |
|
|
|
|
|
docker-image: docker.0k.io/etherpad:1.8.14-soffice ## custom built from git m etherpad/etherpad |
|
|
|
|
|
description: | |
|
|
|
|
|
Etherpad-lite service. |
|
|
|
|
|
|
|
|
|
|
|
docker-compose: |
|
|
|
|
|
environment: |
|
|
|
|
|
SOFFICE: '/usr/bin/soffice' |
|
|
|
|
|
|
|
|
|
|
|
uses: |
|
|
|
|
|
postgres-database: |
|
|
|
|
|
#constraint: required | recommended | optional |
|
|
|
|
|
#auto: pair | summon | none ## default: pair |
|
|
|
|
|
constraint: required |
|
|
|
|
|
auto: summon |
|
|
|
|
|
solves: |
|
|
|
|
|
database: "main storage" |
|
|
|
|
|
default-options: |
|
|
|
|
|
extensions: |
|
|
|
|
|
- unaccent |
|
|
|
|
|
web-proxy: |
|
|
|
|
|
#constraint: required | recommended | optional |
|
|
|
|
|
#auto: pair | summon | none ## default: pair |
|
|
|
|
|
constraint: recommended |
|
|
|
|
|
auto: pair |
|
|
|
|
|
solves: |
|
|
|
|
|
proxy: "Public access" |
|
|
|
|
|
default-options: |
|
|
|
|
|
target: !var-expand ${MASTER_BASE_SERVICE_NAME}:9001 |