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.

45 lines
999 B

  1. description: Synapse
  2. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  3. docker-image: docker.0k.io/synapse:py3.6
  4. data-resources:
  5. - /data
  6. host-resources:
  7. - /etc/localtime:ro
  8. default-options:
  9. report-stats: no
  10. enable-registration: no
  11. allow-guest: no
  12. event-cache-size: 10K
  13. max-upload-size: 10M
  14. # recaptcha:
  15. # ## https://www.google.com/recaptcha/admin/create
  16. # public-key: XXX
  17. # private-key: XXX
  18. # turn:
  19. # uris:
  20. # secret:
  21. # docker-compose:
  22. # ports:
  23. uses:
  24. postgres-database:
  25. constraint: required
  26. auto: summon
  27. solves:
  28. database: "main storage"
  29. # log-rotate:
  30. # constraint: recommended
  31. # auto: pair
  32. # solves:
  33. # disk-leak: "/data/logs"
  34. web-proxy:
  35. constraint: recommended
  36. auto: pair
  37. solves:
  38. proxy: "Public access"
  39. default-options:
  40. ## ``nocanon`` is mandatory
  41. ## see: https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst
  42. apache-proxy-pass-options: retry=0 nocanon