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.

40 lines
1.1 KiB

  1. docker-image: docker.0k.io/bluesky:0.4.67 ## from: ghcr.io/bluesky-social/pds:0.4.67
  2. data-resources:
  3. - /var/lib/bluesky
  4. default-options:
  5. uses:
  6. web-proxy:
  7. #constraint: required | recommended | optional
  8. #auto: pair | summon | none ## default: pair
  9. constraint: recommended
  10. auto: pair
  11. solves:
  12. proxy: "Public access"
  13. default-options:
  14. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:3000
  15. apache-custom-rules:
  16. - !var-expand |
  17. RewriteEngine On
  18. RewriteCond %{HTTP:Upgrade} ^websocket$ [NC]
  19. RewriteCond %{HTTP:Connection} Upgrade [NC]
  20. RewriteRule /(.*)$ ws://${MASTER_BASE_SERVICE_NAME}:80/\$1 [P,L]
  21. backup:
  22. constraint: recommended
  23. auto: pair
  24. solves:
  25. backup: "Automatic regular backup"
  26. default-options:
  27. ## First pattern matching wins, no pattern matching includes.
  28. ## include-patterns are checked first, then exclude-patterns
  29. ## Patterns rules:
  30. ## - ending / for directory
  31. ## - '*' authorized
  32. ## - must start with a '/', will start from $SERVICE_DATASTORE
  33. #exclude-patterns:
  34. # - "/var/lib/odoo/sessions/"