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

  1. name: solid
  2. summary: "Community Solid Server"
  3. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  4. ## from: solidproject/community-server:5.1.2
  5. docker-image: docker.0k.io/solid:5.1.2
  6. data-resources:
  7. - /data
  8. uses:
  9. web-proxy:
  10. #constraint: required | recommended | optional
  11. #auto: pair | summon | none ## default: pair
  12. constraint: recommended
  13. auto: pair
  14. solves:
  15. proxy: "Public access"
  16. default-options:
  17. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:3000
  18. # backup:
  19. # constraint: recommended
  20. # auto: pair
  21. # solves:
  22. # backup: "Automatic regular backup"
  23. # default-options:
  24. # ## First pattern matching wins, no pattern matching includes.
  25. # ## include-patterns are checked first, then exclude-patterns
  26. # ## Patterns rules:
  27. # ## - ending / for directory
  28. # ## - '*' authorized
  29. # ## - must start with a '/', will start from $SERVICE_DATASTORE
  30. # #exclude-patterns:
  31. # # - "/var/lib/odoo/sessions/"