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.

20 lines
559 B

  1. description: Bitwarden Server
  2. #docker-image: bitwardenrs/server:1.17.0-alpine
  3. docker-image: docker.0k.io/bitwarden:1.17.0
  4. data-resources:
  5. - /data
  6. uses:
  7. web-proxy:
  8. constraint: recommended
  9. auto: pair
  10. solves:
  11. proxy: "Public access"
  12. default-options:
  13. ## We need to specify here the port as it can't be infered
  14. ## easily as there are 2 ports exposed by the image.
  15. target: !var-expand ${MASTER_BASE_SERVICE_NAME}:80
  16. backup:
  17. constraint: recommended
  18. auto: pair
  19. solves:
  20. backup: "Automatic regular backup"