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
976 B

  1. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  2. docker-image: docker.0k.io/conduwuit:0.4.6
  3. config-resources:
  4. - /etc/conduwuit/conduwuit.toml
  5. data-resources:
  6. - /var/lib/conduwuit
  7. docker-compose:
  8. environment:
  9. CONDUWUIT_ALLOW_CHECK_FOR_UPDATES: 'false'
  10. CONDUWUIT_CONFIG: '/etc/conduwuit/conduwuit.toml'
  11. CONDUWUIT_DATABASE_PATH: /var/lib/conduwuit
  12. CONDUWUIT_ADDRESS: 0.0.0.0 ## Required as otherwise it is localhost
  13. CONDUWUIT_PORT: 6167
  14. default-options:
  15. allow-registration: false
  16. uses:
  17. # log-rotate:
  18. # constraint: recommended
  19. # auto: pair
  20. # solves:
  21. # disk-leak: "/data/logs"
  22. web-proxy:
  23. constraint: recommended
  24. auto: pair
  25. solves:
  26. proxy: "Public access"
  27. default-options:
  28. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:6167
  29. ## ``nocanon`` is mandatory
  30. ## see: https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst
  31. apache-proxy-pass-options: retry=0 nocanon