You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
986 B

  1. name: etherpad
  2. summary: "Etherpad-lite server"
  3. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  4. inherit: base-0k
  5. ## Custom built from git 1.8.14 https://github.com/ether/etherpad-lite with
  6. ## build arg --build-arg INSTALL_SOFFICE=1
  7. docker-image: docker.0k.io/etherpad:1.8.14-soffice ## custom built from git m etherpad/etherpad
  8. description: |
  9. Etherpad-lite service.
  10. docker-compose:
  11. environment:
  12. SOFFICE: '/usr/bin/soffice'
  13. uses:
  14. postgres-database:
  15. #constraint: required | recommended | optional
  16. #auto: pair | summon | none ## default: pair
  17. constraint: required
  18. auto: summon
  19. solves:
  20. database: "main storage"
  21. default-options:
  22. extensions:
  23. - unaccent
  24. web-proxy:
  25. #constraint: required | recommended | optional
  26. #auto: pair | summon | none ## default: pair
  27. constraint: recommended
  28. auto: pair
  29. solves:
  30. proxy: "Public access"
  31. default-options:
  32. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:9001